llama-stack/tests/unit/providers/agents/meta_reference
Ashwin Bharambe bfdd15d1fa
fix(responses): use input, not original_input when storing the Response (#2300)
We must store the full (re-hydrated) input not just the original input
in the Response object. Of course, this is not very space efficient and
we should likely find a better storage scheme so that we can only store
unique entries in the database and then re-hydrate them efficiently
later. But that can be done safely later.

Closes https://github.com/meta-llama/llama-stack/issues/2299

## Test Plan

Unit test
2025-05-28 13:17:48 -07:00
..
fixtures feat: function tools in OpenAI Responses (#2094) 2025-05-13 11:29:15 -07:00
test_openai_responses.py fix(responses): use input, not original_input when storing the Response (#2300) 2025-05-28 13:17:48 -07:00