LogoLogo
  • 👋Welcome to Arcee AI Docs
  • Arcee Orchestra
    • Introduction to Arcee Orchestra
    • Getting Started
    • Workflows
      • Workflow Components
        • Model Node
        • Code Node
        • Integrations
        • Knowledge Retrieval
        • Conditional Node
      • Passing Variables
      • API Invocation
        • List Available Workflows API
        • Workflow Execution API
        • Workflow Execution Steps API
        • Execution History API
        • Workflow Diagram API
        • API Code Examples
        • Upload Workflow JSON API
        • Workflow Runs API
    • Workflow Library
      • Research Automation
      • Real Time Financial Analysis
      • Blog Writer
      • Code Improvement
      • Energy Domain Assistant
    • Chat Interface
    • FAQ
  • ARCEE CONDUCTOR
    • Introduction to Arcee Conductor
    • Getting Started
    • Features & Functionality
      • Auto Mode
      • Auto Reasoning Mode
      • Auto Tools Mode
      • Compare
      • Direct Model Invocation
      • Usage
      • API
    • Arcee Small Language Models
      • Model Selection
      • Model Performance
    • Pricing
Powered by GitBook
On this page
  • How it works
  • Models and Model Settings
  1. Arcee Orchestra

Chat Interface

PreviousEnergy Domain AssistantNextFAQ

Last updated 1 month ago

The chat interface in Orchestra provides a single place to message back and forward between SLMs and kick off automated workflows which you've built.

How it works

When workflows are saved, a description of what the workflow automates is generated. Based on what workflows are enabled, the router learns the capabilities, goals, and parameters of the selected workflows.

When a request is sent in the chat interface, the model determines whether this is a general question that the model you've selected can answer, or whether a workflow should be invoked. If it's a general question, the selected model provides a response. If the model determines a workflow should be called, it extracts the required parameters from the prompt for the specific workflow and then triggers the workflow to execute.

This means you can invoke all of your automations from the same place.

For example, from a single chat interface, a sales representative could take a company they've never heard of and automatically research the specific company and their industry, generate a sales talk track and key points to discuss tailored to this customer, add the customer to their CRM, draft an introductory email, and send it to the customer.

Models and Model Settings

Out of the box, you can select Virtuoso-Large, Virtuoso-Medium, Virtuoso-Small, and coder. You also have the ability to bring in other models.

You can set a system prompt to be passed to the model with each invokation, and can set hyperparameters such as max tokens, temperature, top p, frequency penalty, and presence penalty.

On the tools tab, you can select the workflows you want to be considered when invoking the model.

Files and images can also be uploaded through the chat.

Workflow Selection
Page cover image