Configure Task in Agent Copilot
Updated
Tasks are collections of actions your Copilot performs in specific scenarios, while tools are the building blocks of those tasks—essentially, individual micro-capabilities like fetching data or processing text.
Access Task Manager in Agent Copilot
Follow these steps to go to Task Manager in Agent Copilot:
Navigate to AI+ Studio from the Sprinklr launchpad.
Click the Manage Copilots card.
On the Choose Your Copilot screen, select the Agent Copilot under the Sprinklr Service tab.
The Agent Copilot Record Manager screen opens. Select the Copilot in which you want to configure a Task.
On the Manage your Copilot screen, click the caret (expand) icon corresponding to the Define Tasks and Tools section.
Navigate to Tasks and click the View button.
On the Tasks Manager window, click + Add Task button in the top right corner.
Configure Task
Configure the following input fields as per your task requirement:
Task Overview
In the Task Overview section, configure the following fields:
Name: Enter a unique and descriptive name for the task.
Task Category: Define a category to organize tasks by function or department. It helps in filtering, reporting, and governance.
Description
Provide a detailed description of the task, explaining what it does and when it should be triggered.
Example: This task allows agents to cancel customer orders and update CRM records accordingly.
Task Type
Choose the type of Task you want to configure:
Reactive Task: A response-driven task that activates only when the user prompts the copilot.
Proactive Task: An anticipatory task that monitor user activity and context to provide suggestions without being prompted.
Task Triggers (Applicable only for Proactive Tasks)
When configuring a Proactive Task, you must define the triggering conditions.
Trigger Type
Two types of triggers are supported:
Message Based Trigger: The Task is triggered when a message enters or exits Sprinklr.
Case Update Trigger: The Task is triggered when case fields ( for example, status, assignment, tags) are updated.
Conditions
Configure trigger conditions based on Case level or Message level properties.
Use + Add Condition Group button to define multiple trigeering conditions with AND or OR logic.
Max Limit
Define the maximum number of times the task can trigger within a single conversation.
After the limit is reached, the task will not trigger again.
Frequency (Applicable only for Message Based Triggers)
Define how often the task should trigger, based on message count.
Example: If set to 3, the task will trigger on every third message.
Task Details
In the Task details section, configure the following fields:
Create Prompt
Click + Create Prompt to define how the AI Agent will handle the task:
From Scratch: Write custom instructions tailored to your workflow.
From Template: Use pre-built prompt templates and modify them as required.
Each prompt should be clear, structured, and action-oriented.
Tools
Select the required Tools configured in your Agent Copilot for the task execution from the dropdown.
Additional Settings
In the Additional Settings section configure the following fields:
LLM Configuration
Select the LLM (Large Language Model) Configuration for the task. This determines:
Model to be used (e.g., GPT-4, domain-specific LLM)
Parameters such as temperature, max tokens, and response style
Guardrails or policies applied to the model
Note: The Task level LLM configuration will override Copilot level LLM configuration.
Response Template
Select the response template from the dropdown. IThe selected template defines how responses are displayed in the agent interface, ensuring consistent formatting for outputs such as case summaries or suggested replies.
Available Response Templates
CASE_SUMMARY_ON_DEMAND: Generates a case summary only when requested by the agent.
CASE_SUMMARY_PROACTIVE: Provides a case summary automatically, based on predefined triggers or context.
SUGGESTION_GENERATION: Generates suggested replies that agents can use directly or edit before sending.
Click the 'Save' button to save your Task. Your task will be availble in the Task record manager.