llama-stack-mirror/tests/unit/providers
Ashwin Bharambe dbe4e84aca
feat(responses): implement full multi-turn support (#2295)
I think the implementation needs more simplification. Spent way too much
time trying to get the tests pass with models not co-operating :(
Finally had to switch claude-sonnet to get things to pass reliably.

### Test Plan

```
export TAVILY_SEARCH_API_KEY=...
export OPENAI_API_KEY=...

uv run pytest -p no:warnings \
   -s -v tests/verifications/openai_api/test_responses.py \
 --provider=stack:starter \
  --model openai/gpt-4o
```
2025-06-02 15:35:49 -07:00
..
agent feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
agents feat(responses): implement full multi-turn support (#2295) 2025-06-02 15:35:49 -07:00
inference fix: remote-vllm event loop blocking unit test on Mac (#2332) 2025-06-02 11:24:12 -04:00
nvidia fix: Pass model parameter as config name to NeMo Customizer (#2218) 2025-05-20 09:51:39 -07:00
utils fix: add check for interleavedContent (#1973) 2025-05-06 09:55:07 -07:00
vector_io feat: Enable ingestion of precomputed embeddings (#2317) 2025-05-31 04:03:37 -06:00
test_configs.py feat(api): don't return a payload on file delete (#1640) 2025-03-25 17:12:36 -07:00