Route to Agent skill

Updated 

Overview

This is a replication of Assign to Agent Node.

Steps to Configure a Route to Agent Skill

  1. Within your conversational ai application, click on Skills under the Manage section.

  2. Click Add Skill in the top right corner and select Route to Agent.

  3. Enter the skill Name and Description.

    Note:

    Guidelines for Function Names:

    • Be Clear and Direct: Use action-oriented, unambiguous verbs.

    • Keep It Concise: Aim for 2-4 words that clearly describe the function's purpose.

    • Avoid Generic Names: Ensure the name is distinct from other functions

    • Use a Noun or Output Indicator: Reflect the returned value (e.g., fetch_exchange_rate, not convert_money).

    Guidelines for Function Descriptions:

    • Start with a Clear Action Verb: Use verbs like "Retrieves," "Fetches," or "Generates."

    • Clearly State Function Purpose: Describe what the function does without assuming prior knowledge.

    • Mention Key Inputs: Include relevant inputs but avoid specifying types (handled separately).

    • Specify Expected Output: Clarify what the function returns.

    • Keep it Concise: Aim for a description under 20 words.

  4. Under Setup Function, you must mirror the Assign Agent configuration as in the dialogue tree.

  5. Click Save to save the skill.