This is an automated email from the ASF dual-hosted git repository.

Croway pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 096455b86699 chore(deps): Bump jline-version from 4.0.15 to 4.1.0
     new 7893fd5ecf07 CAMEL-23425: camel-openai - Add reasoning_content support 
and generic response header extraction
     new 915c68f1f74a CAMEL-23425: address review feedback - docs, non-string 
fallback, agentic test

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/catalog/components/openai.json    | 144 +++++++++++----------
 .../component/openai/OpenAIEndpointConfigurer.java |   8 ++
 .../component/openai/OpenAIEndpointUriFactory.java |   6 +-
 .../org/apache/camel/component/openai/openai.json  | 144 +++++++++++----------
 .../src/main/docs/openai-component.adoc            |  39 ++++++
 .../component/openai/OpenAIConfiguration.java      |  14 ++
 .../camel/component/openai/OpenAIConstants.java    |   4 +
 .../camel/component/openai/OpenAIProducer.java     |  38 ++++++
 .../openai/OpenAIProducerMcpMockTest.java          |  25 ++++
 .../component/openai/OpenAIProducerMockTest.java   |  78 +++++++++++
 .../endpoint/dsl/OpenAIEndpointBuilderFactory.java |  58 +++++++++
 .../test/infra/openai/mock/MockExpectation.java    |   9 ++
 .../test/infra/openai/mock/OpenAIMockBuilder.java  |   7 +
 .../test/infra/openai/mock/RequestHandler.java     |   5 +-
 .../test/infra/openai/mock/ResponseBuilder.java    |  16 ++-
 15 files changed, 447 insertions(+), 148 deletions(-)

Reply via email to