mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Handle a base case when no stored messages exist because no Response call has been made. ## Test Plan ``` ./scripts/integration-tests.sh --stack-config server:ci-tests \ --suite responses --inference-mode record-if-missing --pattern test_conversation_responses ``` |
||
|---|---|---|
| .. | ||
| responses | ||
| __init__.py | ||
| agent_instance.py | ||
| agents.py | ||
| config.py | ||
| persistence.py | ||
| safety.py | ||