-
test(websocket, api): add unit tests for response ID injection and handling of pending tool calls
发布于
2026-06-11 20:25:44 +00:00 | 640 次提交 在此版本后已推送到 main- Introduced test scenarios to validate
previous_response_idinjection during incremental and non-incremental requests. - Verified behavior for pending tool calls, including proper inclusion or exclusion in websocket requests.
- Updated websocket handling logic to track
lastResponseIDandpendingToolCallIDs. - Added utility functions for pending tool call validation and cleanup.
下载附件
- Introduced test scenarios to validate