How to Display Results inside Chat Block

I am creating an agent that generates video ideas. The user is first presented with the user input block where they tell it their video goal. Then it’s prompted to generate 5 video ideas. However, when I try to show the video ideas in the chat block, it doesn’t show. How do I fix this? Thank you

Hi @zmzach14,

Based on what you’ve described, it sounds like a Checkpoint block or Dynamic User Input might be a better fit. With a Checkpoint, users can chat with the AI to reach the final result, while Dynamic User Input lets them choose from predefined options.

If you’d rather stick with the Chat block, you can use a Generate Text or Display Content block, and set the Chat History Behavior to “Include”:

1 Like