LogoLogo
  • Overview
  • Chatbot Features
  • Studio
  • Orchestration Interface
    • Node Orchestration
      • Node
        • Start
        • End
        • Direct Reply
        • LLM
        • Question Classifier
        • Knowledge Retrieval
        • Code Execution
        • Doc Extractor
        • HTTP Request
        • Conditional Branch IF/ELSE
        • Iteration
        • List Operator
        • Parameter Extraction
        • Template
        • Tools
        • Variable Aggregator
        • Variable Assigner
    • Variables
    • Application Toolkits
    • File Upload
  • Dataset
    • Dataset Creation
    • Text Preprocessing and Cleaning
      • Advanced Configuration
    • Retrieval Test/Citation
  • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. Orchestration Interface
  2. Node Orchestration
  3. Node

Direct Reply

Defining Reply Content in a Advanced Agent Process. In a text editor, you have the flexibility to determine the reply format. This includes crafting a fixed block of text, utilizing output variables from preceding steps as the reply content, or merging custom text with variables for the response.

Answer node can be seamlessly integrated at any point to dynamically deliver content into the dialogue responses. This setup supports a live-editing configuration mode, allowing for both text and image content to be arranged together. The configurations include:

  1. Outputting the reply content from a Language Model node.

  2. Outputting generated images.

  3. Outputting plain text.

Example 1: Output plain text.

Example 2: Output image and LLM reply.

PreviousEndNextLLM

Last updated 2 months ago

Was this helpful?