llama-stack-mirror/llama_stack/apis/agents
Ben Browning b90bb66f28 fix: Restore previous responses to input list, not messages
This adjusts the restoration of previous responses to prepend them to
the list of Responses API inputs instead of our converted list of Chat
Completion messages. This matches the expected behavior of the
Responses API, and I misinterpreted the nuances here in the initial implementation.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-05-08 07:03:47 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py fix: Restore previous responses to input list, not messages 2025-05-08 07:03:47 -04:00
openai_responses.py fix: Restore previous responses to input list, not messages 2025-05-08 07:03:47 -04:00