mateclaw/mateclaw-server/src/test/java/vip/mate/llm/chatmodel
NhaNT 265728bab7
fix: forward generateKwargs passthrough keys
Forward unrecognized OpenAI-compatible generateKwargs keys through extraBody while reserving documented provider control keys such as modelsPath.\n\nVerification:\n- cd mateclaw-server && mvn -pl . test -Dtest=OpenAiCompatibleChatModelBuilderTest,ModelDiscoveryServiceTestPromptTest\n- cd mateclaw-ui && node --max-old-space-size=6144 ./node_modules/vue-tsc/bin/vue-tsc.js --noEmit
2026-08-15 01:32:03 -04:00
..
AnthropicChatModelBuilderClaude47Test.java refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
AnthropicChatModelBuilderClaude48Test.java feat(llm): add Claude Opus 4.8 + 4.8 Fast model entries 2026-05-29 07:06:19 +08:00
AnthropicChatModelBuilderFableTest.java feat(llm): add Claude Fable 5 support 2026-06-10 10:14:51 +08:00
AssistantThinkingRelayTest.java refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
ClaudeCodeChatModelBuilderTest.java refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
ClaudeCodeIdentityChatModelDecoratorTest.java chore: drop external project name references from code comments 2026-05-20 08:09:43 +08:00
DeepSeekV4ThinkingDecoratorTest.java refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00
HttpTimeoutsTest.java fix(llm): add stream body idle timeout 2026-08-11 03:38:46 -04:00
OpenAiCompatibleChatModelBuilderTest.java fix: forward generateKwargs passthrough keys 2026-08-15 01:32:03 -04:00
OpenAiModelsPathTest.java feat(llm): default model discovery by protocol for custom providers + configurable modelsPath 2026-07-15 14:50:53 +08:00
OpenAiToolSchemaNumberPreservationTest.java fix(llm): preserve numeric tool schemas (#594) 2026-08-09 21:31:42 +08:00
PatchReasoningContentTest.java fix(goal): real evaluator, retry refactor, hardened node + extra edges 2026-05-21 22:27:00 +08:00
ReasoningContentCacheTest.java fix(goal): real evaluator, retry refactor, hardened node + extra edges 2026-05-21 22:27:00 +08:00
ReasoningEffortSanitizerTest.java refactor(llm): decouple model construction from the agent graph layer (#147) 2026-05-18 07:47:49 +08:00