Module anchor_chain::nodes::prompt

source ·
Expand description

Module for handling dynamic prompts in processing chains.

This module provides the Prompt struct, a processor for handling and displaying text prompts. The Prompt struct uses Tera templating to allow for dynamic input substitution in the prompt text. Tera is a template engine that allows for dynamic templating using variables with a similar syntax to Jinja2. For more information on Tera, see the Tera documentation.

Structs§

  • A processor for handling text prompts within a processing chain.