Understanding Blocks
Text Block

Text Block


Text_block

Text blocks are the most basic block. They store plain, markdown, or HTML-formatted text.

Key features:

  • Best suited for simple inputs or unstructured outputs.
  • Content is always in plain text form.

Examples:

  • "PuppyAgent is a workflow builder."
  • "## Title\nThis is a markdown formatted note."
  • "<p>This is HTML content</p>"