Add a chat loop inside "ChatFlow" #12648
gilad-rubin
started this conversation in
Suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
From my understanding, the current chat flow supports only single-turn interactions. To enable multi-turn conversations, I need to manually add multiple blocks of chat and inputs for each turn. Ideally, I’d like to see a “multi-turn” chat mode where the progression is more dynamic. This mode could allow the chat, the user, or the workflow itself (e.g., based on a maximum number of turns or specific strings generated by the user/LLM) to determine when to move to the next step automatically.
2. Additional context or comments
No response
3. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions