llama-stack/tests/unit/providers/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
test_persistence_access_control.py feat: implementation for agent/session list and describe (#1606) 2025-05-07 14:49:23 +02:00