-
Add `FunctionCallIndex` to `ConvertCliToOpenAIParams` and enhance tool call handling
发布于
2025-09-05 01:02:24 +00:00 | 3207 次提交 在此版本后已推送到 main- Introduced
FunctionCallIndexto track and manage function call indices withinConvertCliToOpenAIParams. - Enhanced handling for
response.completedandresponse.output_item.donedata types to support tool call scenarios. - Improved logic for restoring original tool names and setting function arguments during response parsing.
下载附件
- Introduced