llama-stack/llama_stack/providers/inline/agents
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
..
meta_reference fix(responses): use input, not original_input when storing the Response (#2300) 2025-05-28 13:17:48 -07:00
__init__.py add missing inits 2024-11-08 17:54:24 -08:00