[tool call/function call]function args type error for /v1/responses

#3
by zeerd - opened

同样的上层代码,基于“/v1/chat/completions”调用时,参数类型都是正确的。比如int、bool等。
基于“/v1/responses”调用时,所有参数都是字符串类型的。

For the same upper-layer code, when calling via "/v1/chat/completions", the parameter types are all correct (e.g., int, bool, etc.).
However, when calling via "/v1/responses", all parameters are of string type.

zeerd changed discussion title from function args type error for /v1/responses to [tool call/function/call]function args type error for /v1/responses
zeerd changed discussion title from [tool call/function/call]function args type error for /v1/responses to [tool call/function call]function args type error for /v1/responses

Qwen3.5-122B-A10B-FP8 has the same issue.

Sign up or log in to comment