FireKit AI
  • Welcome to FireKit AI
  • Guide
    • Introduction
    • Core Concepts
      • AI Chains
      • Blocks
      • Edges
    • Rules
    • Debugging
  • Blocks
    • Agent
    • Skill
    • VectorStore Reader
    • Text
    • Chat Memory
Powered by GitBook
On this page
  1. Blocks

Text

PreviousVectorStore ReaderNextChat Memory

Last updated 1 year ago

The Text block serves as an interface for formatting text within a chain. It can transform text outputs from preceding blocks and also supply text as input to subsequent components in the chain.

Text within curly braces are treated as input names. Upon execution, text within curly braces will be replaced by the value of its corresponding input. If you would like to dodge this behavior and output curly braces as text, you must wrap the curly braces within another set of curly braces. For example,{{products}} would end up being formatted as {products}.