Croway commented on PR #20996: URL: https://github.com/apache/camel/pull/20996#issuecomment-3789519487
@gnodet For the integration test could you use https://github.com/apache/camel/blob/main/components/camel-ai/camel-langchain4j-tools/src/test/java/org/apache/camel/component/langchain4j/tools/integration/LangChain4jToolIT.java#L30 ? And the disable the test on the ci. with the ollama test-infra extension you can run the test following https://github.com/apache/camel/blob/main/components/camel-ai/camel-langchain4j-tools/test-execution.md in your case `mvn verify -Dollama.endpoint=http://localhost:11434/ -Dollama.model=llama3.1:latest -Dollama.instance.type=remote` From time to time I do execute the langchain4j tests locally using `mvn verify -Dollama.endpoint=http://localhost:11434/ -Dollama.model=granite4:3b -Dollama.instance.type=remote` -- 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]
