weiqingy commented on PR #698:
URL: https://github.com/apache/flink-agents/pull/698#issuecomment-4515622961
Looks like the 1 failing check is unrelated to this PR:
- **it-python [ubuntu-latest] [java-17] [python-3.12] [flink-2.1]**:
`LLM-output nondeterminism in real-Ollama e2e test` —
`test_react_agent_on_local_runner` fails at `_generate_structured_output`
(`chat_model_action.py:236`) because the local `qwen3:1.7b` returned a stray
tool-call JSON instead of `{"result": N}`; all 3 retries produced different
malformed responses. The same test passes on 3 sibling matrix slots in the same
CI run (Python 3.11 + Flink 1.20, Python 3.11 + Flink 2.0, Python 3.12 + Flink
2.2), and this PR doesn't modify `_generate_structured_output` or the
schema-validation path. Evidence: [failing job
log](https://github.com/apache/flink-agents/actions/runs/26266532101/job/77310915528).
--
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]