mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 06:37:47 +08:00
- Ensure `response.function_call_arguments.done` is emitted with final arguments (including `{}` for empty args).
- Track per-call state so duplicate `step.start` / `step.stop` / `arguments_delta` events do not re-emit redundant output.
- Populate `response.output_item.done` and completion payloads from a single normalized function-call argument source.
Closes: #4742