You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openai/serving_chat: log all tool-call arguments in streaming deltas
Previously only the first tool call’s arguments were captured when logging
streaming delta content, which could miss information if multiple tool calls
were present in a single delta. The extraction logic now concatenates the
arguments from *all* tool calls ensuring complete logging.
Additional changes:
* Updated unit tests to remain within Ruff line-length limits (E501).
* Auto-formatted touched files via project pre-commit hooks.
Signed-off-by: Adrian Garcia <adrian.garcia@inceptionai.ai>
0 commit comments