v2.5.6

March 2, 2026

Process file inputs directly with OpenAI Responses

OpenAIResponses now supports input_file, letting you pass files directly into OpenAI Responses API calls. This simplifies document-aware workflows by removing the need to pre-process or separately upload files before invoking a model.

Details:

  • Pass files directly as input alongside text prompts
  • Reduces pipeline complexity for document analysis, extraction, and summarization tasks

See cookbook for reference