llama-stack-mirror/tests/integration/responses
Charlie Doern e8ecc99524
fix!: remove chunk_id property from Chunk class (#3954)
# What does this PR do?

chunk_id in the Chunk class executes actual logic to compute a chunk ID.
This sort of logic should not live in the API spec.

Instead, the providers should be in charge of calling generate_chunk_id,
and pass it to `Chunk`.

this removes the incorrect dependency between Provider impl and API impl

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-10-29 18:59:59 -07:00
..
fixtures feat(responses)!: improve responses + conversations implementations (#3810) 2025-10-15 09:36:11 -07:00
recordings fix!: remove chunk_id property from Chunk class (#3954) 2025-10-29 18:59:59 -07:00
__init__.py feat(tests): introduce a test "suite" concept to encompass dirs, options (#3339) 2025-09-05 13:58:49 -07:00
helpers.py feat(responses)!: improve responses + conversations implementations (#3810) 2025-10-15 09:36:11 -07:00
streaming_assertions.py feat(responses)!: add in_progress, failed, content part events (#3765) 2025-10-10 07:27:34 -07:00
test_basic_responses.py fix(responses): fixes, re-record tests (#3820) 2025-10-15 16:37:42 -07:00
test_conversation_responses.py fix(responses): use conversation items when no stored messages exist (#3819) 2025-10-15 14:43:44 -07:00
test_file_search.py feat(responses)!: add reasoning and annotation added events (#3793) 2025-10-11 16:47:14 -07:00
test_tool_responses.py fix(ci): enable responses tests in CI; suppress expected MCP auth error logs (#3889) 2025-10-22 14:59:42 -07:00