迷茫小呆呆 (@zhoucj)Hub站 bug 反馈 中发帖

@laobaile 
佬你好,我发现 Hub 站 /v1/responses 对 Codex Desktop 的 namespaced tool call 可能存在兼容问题。Codex 调用 subagent 时,正常应返回: 
{ 
“type”: “function_call”, 
“name”: “spawn_agent”, 
“namespace”: “collaboration”, 
“arguments”:{“task_name”:”…“,“message”:”…“}} 
但通过本站接口实际收到的是: 
{ 
“type”: “function_call”, 
“name”: “spawn_agent”, 
“arguments”: “” 
} 
因为 namespace 丢失,Codex 将其当作裸 spawn_agent,最终报 unsupported call:...
 
 
Back to Top