Files
crewAI/lib/crewai/tests/llms/openai
Greyson LaLonde 7c9ce9ccd8 feat(openai): add Responses API support with auto-chaining and ZDR compliance
- Add full OpenAI Responses API support alongside existing Chat Completions API
- Implement auto_chain parameter to automatically track and pass previous_response_id
- Add auto_chain_reasoning for encrypted reasoning in ZDR (Zero Data Retention) scenarios
- Parse built-in tool outputs: web_search, file_search, computer_use, code_interpreter
- Support all Responses API parameters: reasoning, include, tools, truncation, etc.
- Add streaming support for Responses API with proper event handling
- Include 67 tests covering all new functionality
2026-01-23 01:53:15 -05:00
..