We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
问题描述 星火使用 tool 调用时候失败,可以返回参数,但是利用工具响应发起请求时,会报错。
测试请求体: model
{ "model": "SparkDesk-v3.5, "temperature": 0, "stream": false, "messages": [ { "role": "user", "content": "几点了" }, { "role": "assistant", "tool_calls": [ { "id": "call_23f1a7ad8104455db939b812611fa560", "type": "function", "function": { "name": "nYGo9W", "arguments": "" } } ] }, { "tool_call_id": "call_23f1a7ad8104455db939b812611fa560", "role": "tool", "name": "nYGo9W", "content": "{\n \"time\": \"2024-06-27 11:20:45 Thursday\"\n}" } ], "tools": [ { "type": "function", "function": { "name": "nYGo9W", "description": "获取用户当前时区的时间。", "parameters": { "type": "object", "properties": {}, "required": [] } } } ], "tool_choice": "auto" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例行检查
问题描述
星火使用 tool 调用时候失败,可以返回参数,但是利用工具响应发起请求时,会报错。
测试请求体: model
The text was updated successfully, but these errors were encountered: