llama-stack/llama_stack/providers/tests/test_cases
Hardik Shah 2f7683bc5f
fix: Structured outputs for recursive models (#1311)
Handle recursive nature in the structured response_formats. 

Update test to include 1 nested model.

```
 LLAMA_STACK_CONFIG=dev pytest -s -v tests/client-sdk/inference/test_text_inference.py --inference-model "openai/gpt-4o-mini" -k test_text_chat_completion_structured_output
```

---------

Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
2025-02-27 17:31:53 -08:00
..
inference fix: Structured outputs for recursive models (#1311) 2025-02-27 17:31:53 -08:00
__init__.py feat: D69478008 [llama-stack] turning tests into data-driven (#1180) 2025-02-20 14:13:06 -08:00
test_case.py feat: completing text /chat-completion and /completion tests (#1223) 2025-02-25 11:37:04 -08:00