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
logger: Include full text in streaming response logs
Previously, the log message for a completed streaming response only included
the number of generated tokens, which limited debugging and auditing
capabilities. This change:
- Modifies the streaming response logging to include the full concatenated
text instead of just token counts
- Adds test coverage to verify the full text logging behavior
- Ensures all logger.info call argument indices are correct in tests
The change improves the utility of logs for debugging and auditing by
providing complete output records.
Signed-off-by: Adrian Garcia <adrian.garcia@inceptionai.ai>
0 commit comments