atiaomar1978-hub commented on PR #25512:
URL: https://github.com/apache/camel/pull/25512#issuecomment-5398489990
Thanks for the review @davsclaus — all four points have been addressed:
1. **Rebased onto latest `main` and regenerated catalog** —
`camel.server.mcpTags` description is restored to the wildcard tag-pattern
wording from CAMEL-24390.
2. **Added `toolCallingUriParamsCannotBeCombinedWithAgentFactory` test** —
validates that tool-calling URI params cannot be combined with `agentFactory`.
3. **Added `@since 4.23` on `withExecuteToolsConcurrentlyEnabled(Boolean)`**
in `AgentConfiguration`.
4. **Added runtime test for `compensateOnToolErrors` via URI** —
`compensateOnToolErrorsCanBeEnabledViaEndpointUri` uses a failing tool and
verifies the agent completes after compensation.
Tests run locally (all green):
```
./mvnw -pl
components/camel-ai/camel-langchain4j-agent-api,components/camel-ai/camel-langchain4j-agent
-am test \
-Dtest=LangChain4jAgentToolCallingUriParamsTest,LangChain4jAgentExecuteToolsConcurrentlyTest,AgentConfigurationTest
```
_AI-generated on behalf of atiaomar1978-hub_
--
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]