llama-stack-mirror/src
Ashwin Bharambe d4d55bc0fe Improve OpenAI responses type safety with Sequence and match statements
- Change list to Sequence in OpenAI response API types to fix list invariance issues
- Use match statements for proper union type narrowing in stream chunk handling
- Reduces errors in openai_responses.py from 76 to 12 (84% reduction)
2025-10-28 15:24:40 -07:00
..
llama_stack Improve OpenAI responses type safety with Sequence and match statements 2025-10-28 15:24:40 -07:00