Croway opened a new pull request, #21596:
URL: https://github.com/apache/camel/pull/21596

   …pport (required, enum)
   
   # Description
   
   Add support for defining rich tool parameter metadata in the 
langchain4j-tools component, aligning with camel-spring-ai-tools and the OpenAI 
function calling specification.
   
   URI syntax now supports:
   - parameter.<name>.required=<true|false>
   - parameter.<name>.enum=<value1,value2>
   
   Programmatic CamelSimpleToolParameter now supports:
   - required parameter list
   - additionalProperties
   - definitions (for recursive schemas via JsonReferenceSchema)
   
   camel-langchain4j-tools and camel-langchain4j-agent tests are successful 
running
   `mvn clean verify -Dollama.instance.type=openai 
-Dopenai.endpoint=http://localhost:11434/v1/ 
-Dopenai.model=qwen3-vl:8b-instruct -Dopenai.api.key=dummy 
-Dopenai.embedding.model=embeddinggemma:300m`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to