weiqingy commented on PR #843:
URL: https://github.com/apache/flink-agents/pull/843#issuecomment-4988749151

   Thanks @wenjin272.
   
   Good catch. One nuance: today that schema instruction is registered 
unconditionally at agent construction, in both languages 
(`react_agent.py:136-139`, `ReActAgent.java:81-86`), so folding your point in 
means making that registration strategy-driven — emit it only on the 
prompt-based fallback, and omit it when the native path carries the schema 
through `response_format`. That reinforces the policy/capability split: one 
strategy decision gates both, so the two channels can't disagree.
   
   I'll capture it as a requirement on the finalization sub-issue.
   


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