We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9638114 commit 6d07694Copy full SHA for 6d07694
tests/mock_server.py
@@ -447,7 +447,7 @@ async def generate(
447
status_code=400,
448
content={
449
"code": "InvalidParameter",
450
- "message": "DeepSeek R1 does not support specific tool_choice binding (dict) while thinking logic is active.",
+ "message": '<400> InternalError.Algo.InvalidParameter: tool_choice is one of the strings that should be ["none", "auto"]',
451
},
452
)
453
0 commit comments