#11635·LocalAI

在 /responses 中,工具调用参数为空,但在 /chat/completions 中正确(同一模型,同一配置)

作者: chanasia创建于 2026年8月20日更新于 2026年9月12日
标签bugarea/apiunconfirmed
  • Content-Type: application/json
  • d '{
  • "model": "qwen3.8-27b-q4",
  • "messages": [{"role": "user", "content": "run ls -la"}],
  • "tools": [{
  • "type": "function",
  • "function": {
  • "name": "Bash",
  • "parameters": {
  • "type": "object",
  • "properties": {"command": {"type": "string"}},
  • "required": ["command"]
  • }
  • }
  • }
  • ],
  • "stream": false
  • }
  • '