Croway opened a new pull request, #189: URL: https://github.com/apache/camel-spring-boot-examples/pull/189
The `camel-spring-ai-tools` component was removed in favor of the new framework-agnostic `camel-ai-tool` component (CAMEL-23382). - Replace `camel-spring-ai-tools-starter` with `camel-ai-tool-starter` - Change the tool consumer URI from `spring-ai-tools:` to `ai-tool:` (options unchanged) - Bump Spring AI from `2.0.0-M2` to `2.0.0` to match the version Camel 4.22 is built against (M2 caused a `NoSuchMethodError` in the chat routes) - Use `savedLocation` in the weather message, since the `location` header is lost after the second HTTP call Verified end to end against local Ollama and Qdrant: chat, vector store, and tool calling (`spring-ai-chat?tags=weather` discovers the `ai-tool` route via the shared `AiToolRegistry`) all work. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
