jamesnetherton opened a new issue, #8858: URL: https://github.com/apache/camel-quarkus/issues/8858
Some features were added to the openai component recently. We should add coverage here, primarily to check that they work in native mode. **1. Test MCP tool integration / agentic loop for camel-openai** The `camel-openai` component supports an agentic loop via `processNonStreamingAgentic()` where the producer detects tool calls in chat completion responses, executes them via MCP servers, and loops back to the model. Related configuration options include `mcpServer.*`, `autoToolExecution`, `maxToolIterations`, `mcpTimeout`, `mcpReconnect`, and `mcpProtocolVersions`. **2. Audio transcription** See details here: https://camel.apache.org/components/next/others/openai-operations.html. I don't think we need to cover all of the options. We just a test that exercises the core feature(s). -- 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]
