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.git


The following commit(s) were added to refs/heads/main by this push:
     new eeccf1c37022 chore: fix broken #generation-parameters fragment in 
ai-llm-integration-guide
eeccf1c37022 is described below

commit eeccf1c370228565bc7b048239bcaeef57d3b3f5
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 6 12:47:17 2026 +0200

    chore: fix broken #generation-parameters fragment in 
ai-llm-integration-guide
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc 
b/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
index bc34d6ac43c4..adfa9d497d51 100644
--- a/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
+++ b/components/camel-ai/src/main/docs/ai-llm-integration-guide.adoc
@@ -102,6 +102,7 @@ from("direct:extract-person")
 * Validate with xref:json-validator-component.adoc[JSON Validator] when 
compliance matters
 * For LangChain4j agents, see 
xref:langchain4j-agent-component.adoc[LangChain4j Agent] — structured output 
guardrails avoid prompt-engineering response formats
 
+[[generation-parameters]]
 == Generation parameters (temperature and more)
 
 === Chat temperature on OpenAI

Reply via email to