yunfengzhou-hub commented on issue #739:
URL: https://github.com/apache/flink-agents/issues/739#issuecomment-4642444137
Verification completed. Core functionality works as described. One bug found
and filed separately.
**What I verified:**
- `Prompt.from_text()` with variable substitution
- `Prompt.from_messages()` with variable substitution and `role` parameter
- `format_string()` / `format_messages()` API
- Integration with ChatRequestEvent in agent workflow
- Java E2E: `@Prompt` annotation, `Prompt.fromText()`,
`Prompt.fromMessages()`, variable substitution via embedded Flink MiniCluster
- Cross-language prompt delivery: Python prompt → Java ChatModel (verified
implicitly through cross-language chat test)
**Issues found:**
- #785 — `Prompt.format_string()` raises TypeError when template contains
`{text}` variable (internal parameter name collision)
--
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]