This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 11d102bd3de [create-pull-request] automated change (#1649)
11d102bd3de is described below
commit 11d102bd3defcb79dbfcf7d54de145aa611ab919
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 10:50:15 2026 +0100
[create-pull-request] automated change (#1649)
Co-authored-by: oscerd <[email protected]>
---
components-starter/camel-openai-starter/src/main/docs/openai.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/components-starter/camel-openai-starter/src/main/docs/openai.json
b/components-starter/camel-openai-starter/src/main/docs/openai.json
index 645df63e978..1a3d6663426 100644
--- a/components-starter/camel-openai-starter/src/main/docs/openai.json
+++ b/components-starter/camel-openai-starter/src/main/docs/openai.json
@@ -38,6 +38,12 @@
"type": "java.lang.Boolean",
"sourceType":
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
+ {
+ "name": "camel.component.openai.embedding-model",
+ "type": "java.lang.String",
+ "description": "Default model for embeddings endpoints",
+ "sourceType":
"org.apache.camel.component.openai.springboot.OpenAIComponentConfiguration"
+ },
{
"name": "camel.component.openai.enabled",
"type": "java.lang.Boolean",
@@ -54,7 +60,7 @@
{
"name": "camel.component.openai.model",
"type": "java.lang.String",
- "description": "Default model for all endpoints",
+ "description": "Default model for chat completion endpoints",
"sourceType":
"org.apache.camel.component.openai.springboot.OpenAIComponentConfiguration"
}
],