addu390 opened a new pull request, #556: URL: https://github.com/apache/flink-agents/pull/556
Linked issue: #132 ### Purpose of change Adds support for OpenAI's Responses API as a new chat model integration alongside the existing Chat Completions integration. The Responses API is OpenAI's recommended API for applications and enables future support for built-in tools (web search, file search, etc,.), native MCP, reasoning summaries, and stateful conversations. This initial implementation covers just the core functionality, similar to the existing Chat Completions integration. The Setup class shares several parameters with `OpenAIChatModelSetup`. A shared base class could reduce duplication, happy to refactor in a follow-up if that's preferred. ### Tests Verified via the existing `ChatModelIntegrationTest` e2e integration test with a new `OPENAI_RESPONSES` parameterized variant. All tests pass. ### API Yes, adds two new public classes (`OpenAIResponseModelConnection`, `OpenAIResponseModelSetup`) and two new resource name constants. No changes to existing public APIs (intentionally left it as-is). ### Documentation - [x] `doc-needed` - [ ] `doc-not-needed` - [ ] `doc-included` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
