wenjin272 opened a new pull request, #295:
URL: https://github.com/apache/flink-agents/pull/295

   <!--
   * Thank you very much for contributing to Flink Agents.
   * Please add the relevant components in the PR title. E.g., [api], 
[runtime], [java], [python], [hotfix], etc.
   -->
   
   <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need this. 
-->
   Linked issue: #274 and #276
   
   ### Purpose of change
   
   1. Support configure error handling strategy for ReAct Agent
   * `ErrorHandlingStrategy.FAIL`: Fail the job when llm response processing 
occurs exception.
   * `ErrorHandlingStrategy.IGNORE`: Ignore the llm response which cause 
exception, and log the warning message.
   
   2. Rename the mcp integration test module to avoid name conflict with 
official mcp module.
   ### Tests
   
   e2e test
   
   ### API
   
   Yes, add configuration for `ReActAgent`,
   
   ### Documentation
   
   No, will add later.
   


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