This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 5e1e79a7c6e7 Include Spring Boot configuration partial in
openai-component.adoc
5e1e79a7c6e7 is described below
commit 5e1e79a7c6e762004115f78fe4ca7b5c021f9d68
Author: James Netherton <[email protected]>
AuthorDate: Mon Jan 26 11:41:58 2026 +0000
Include Spring Boot configuration partial in openai-component.adoc
---
components/camel-ai/camel-openai/src/main/docs/openai-component.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/components/camel-ai/camel-openai/src/main/docs/openai-component.adoc
b/components/camel-ai/camel-openai/src/main/docs/openai-component.adoc
index 173e39c72a00..2a5bd9083871 100644
--- a/components/camel-ai/camel-openai/src/main/docs/openai-component.adoc
+++ b/components/camel-ai/camel-openai/src/main/docs/openai-component.adoc
@@ -9,7 +9,7 @@
:component-header: Only producer is supported
//Manually maintained attributes
:group: AI
-:camel-spring-boot-name: openapi
+:camel-spring-boot-name: openai
*Since Camel {since}*
@@ -317,3 +317,5 @@ The component may throw the following exceptions:
** When unsupported file type is provided (only text and image files are
supported)
** When invalid JSON schema string is provided
* API-specific exceptions from the OpenAI SDK for network errors,
authentication failures, rate limiting, etc.
+
+include::spring-boot:partial$starter.adoc[]