跳至主要内容

AgentBuilder provides four types of applications:

  • Chatbot
  • Text Generator
  • Agent
  • Workflow

Application Types


Differences Between Text Generator and Chatbot

FeatureText GeneratorChatbot
WebApp InterfaceForm + ResultsChat-based
WebAPI Endpointcompletion-messageschat-messages
Interaction ModeOne question, one answerMulti-turn conversation
Streaming ResultsSupportedSupported
Context PreservationPer sessionContinuous
User Input FormSupportedSupported
Datasets and PluginsSupportedSupported
AI Opening RemarksNot supportedSupported
Example ScenariosTranslation, judgment, indexingChatting

Application Types Overview

  • Chatbot

    • Built on LLM for conversational interaction.
    • Supports two orchestrate methods:
      • Basic orchestrate: Simple configuration, no need to modify built-in prompts.
        • Basic Orchestrate
        • Edit page: Edit Page
      • Chatflow orchestrate: Arranges chatbots as workflows, highly customizable, allows editing built-in prompts.
        • Chatflow Orchestrate
        • Edit page: Edit Page
  • Text Generator

    • Automatically generates high-quality text based on user prompts (e.g., summaries, translations).
      • Text Generator
      • Edit page: Edit Page
  • Agent

    • Uses LLMs to autonomously plan goals, break down tasks, invoke tools, iterate, and complete tasks without human intervention.
      • Agent
      • Edit page: Edit Page
  • Workflow

    • Orchestrates multiple tasks and models into a workflow for complex scenarios.
      • Workflow
      • Edit page: Edit Page