This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2539be3aaaed52651dc6067f92d3ea4192a28ec0 Author: Jiri Ondrusek <[email protected]> AuthorDate: Tue Jul 28 09:29:09 2026 +0200 Generated --- docs/modules/ROOT/pages/reference/extensions/openai.adoc | 4 ++-- extensions/openai/runtime/pom.xml | 2 +- .../openai/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/openai.adoc b/docs/modules/ROOT/pages/reference/extensions/openai.adoc index b15264d74e..6f68832dd6 100644 --- a/docs/modules/ROOT/pages/reference/extensions/openai.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/openai.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: OpenAI endpoint for chat completion, embeddings, audio transcription, audio translation, and text-to-speech. +:cq-description: OpenAI endpoint for chat completion, Responses API, embeddings, audio transcription, audio translation, and text-to-speech. :cq-deprecated: false :cq-jvm-since: 3.32.0 :cq-native-since: 3.32.0 @@ -17,7 +17,7 @@ ifeval::[{doc-show-badges} == true] [.badge-key]##JVM since##[.badge-supported]##3.32.0## [.badge-key]##Native since##[.badge-supported]##3.32.0## endif::[] -OpenAI endpoint for chat completion, embeddings, audio transcription, audio translation, and text-to-speech. +OpenAI endpoint for chat completion, Responses API, embeddings, audio transcription, audio translation, and text-to-speech. [id="extensions-openai-whats-inside"] == What's inside diff --git a/extensions/openai/runtime/pom.xml b/extensions/openai/runtime/pom.xml index 4628e80638..14710e2611 100644 --- a/extensions/openai/runtime/pom.xml +++ b/extensions/openai/runtime/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-quarkus-openai</artifactId> <name>Camel Quarkus :: OpenAI :: Runtime</name> - <description>OpenAI endpoint for chat completion, embeddings, audio transcription, audio translation, and text-to-speech.</description> + <description>OpenAI endpoint for chat completion, Responses API, embeddings, audio transcription, audio translation, and text-to-speech.</description> <properties> <camel.quarkus.jvmSince>3.32.0</camel.quarkus.jvmSince> diff --git a/extensions/openai/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/openai/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 71c829d629..f5449eb3c2 100644 --- a/extensions/openai/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/openai/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -22,7 +22,7 @@ # --- name: "Camel OpenAI" -description: "OpenAI endpoint for chat completion, embeddings, audio transcription, audio translation, and text-to-speech" +description: "OpenAI endpoint for chat completion, Responses API, embeddings, audio transcription, audio translation, and text-to-speech" metadata: icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg" sponsor: "Apache Software Foundation"
