mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-09 01:20:13 +08:00
- Implemented tests for scenarios involving incomplete, conflicting, and reconciled tool calls in response payloads. - Enhanced coverage for `restoreResponsesWebsocketCompletionOutput` and `responseCompletedOutputFromPayload` logic. - Refactored `isCompleteResponsesWebsocketToolCall` to validate string fields in tool calls. - Improved caching behavior to skip incomplete tool calls and ensure reconciliation logic aligns with expected outputs. Closes: #4447