weiqingy commented on PR #843: URL: https://github.com/apache/flink-agents/pull/843#issuecomment-5014586810
@wenjin272 The rework implementing the explicit-output-schema approach is up. I split it into two stacked PRs so each is one logical change and easier to review: - #843 (this one) is now the foundation only: the explicit `output_schema` parameter plus the policy/capability split. It's mechanism-only — nothing threads a schema on the chat path yet, so behavior is unchanged. - #919 stacks on top with the OpenAI native `response_format` translation. The remaining providers (Azure, Ollama, Anthropic, DashScope) will follow as their own PRs, and applying structured output to an agent's final output remains the separate follow-up (#912). The policy resolver and capability predicate have no caller in #843 by design — #919 is their first consumer. Could you take a look when you have a chance? Thanks! -- 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]
