-
Add `FunctionCallIndex` to `ConvertCliToOpenAIParams` and enhance tool call handling
released this
2025-09-05 01:02:24 +00:00 | 1983 commits to main since this release- 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.
Downloads
- Introduced