wenjin272 opened a new issue, #653: URL: https://github.com/apache/flink-agents/issues/653
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Currently, when demonstrating how to declare a Workflow, our examples define two actions: 1. Accept an `InputEvent` and send a `ChatRequestEvent` 2. Receive a `ChatResponseEvent` and send an `OutputEvent` Users might wonder why there’s no need to explicitly define an action that processes the `ChatRequestEvent` and sends the `ChatResponseEvent`. This is because the framework provides a built-in chat action that handles this automatically. However, we currently have no explanation here, which may confuse users. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
