llama-stack-mirror/tests/unit/providers/agents/meta_reference
Ashwin Bharambe 1394403360
feat(responses): implement usage tracking in streaming responses (#3771)
Implementats usage accumulation to StreamingResponseOrchestrator. 

The most important part was to pass `stream_options = { "include_usage":
true }` to the chat_completion call. This means I will have to record
all responses tests again because request hash will change :)

Test changes:
- Add usage assertions to streaming and non-streaming tests
- Update test recordings with actual usage data from OpenAI
2025-10-10 12:27:03 -07:00
..
fixtures chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
test_openai_responses.py feat(responses): implement usage tracking in streaming responses (#3771) 2025-10-10 12:27:03 -07:00
test_openai_responses_conversations.py feat: Add support for Conversations in Responses API (#3743) 2025-10-10 11:57:40 -07:00
test_response_conversion_utils.py feat: Enabling Annotations in Responses (#3698) 2025-10-07 14:00:56 -04:00
test_response_tool_context.py feat: reuse previous mcp tool listings where possible (#3710) 2025-10-10 09:28:25 -07:00