llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Ashwin Bharambe 8e7e0ddfec
fix(responses): use conversation items when no stored messages exist (#3819)
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
```
2025-10-15 14:43:44 -07:00
..
responses fix(responses): use conversation items when no stored messages exist (#3819) 2025-10-15 14:43:44 -07:00
__init__.py feat: Add support for Conversations in Responses API (#3743) 2025-10-10 11:57:40 -07:00
agent_instance.py feat(api)!: BREAKING CHANGE: support passing extra_body through to providers (#3777) 2025-10-10 16:21:44 -07:00
agents.py feat: Add support for Conversations in Responses API (#3743) 2025-10-10 11:57:40 -07:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
persistence.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
safety.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00