What You’ll Define
Communication Guidelines
Rules & Constraints
Conversation Phases
Tool Usage and Calling
Note: While the Tool Repository is pre-configured with available tools, you’ll specify how your agent uses these tools during conversations.
Demo Video
Watch the demo video for an overview of setting up agent’s personality, & interaction rules
Step 1: Define the Agent’s Role & Goal
Start by describing who your agent is and what it aims to achieve. This forms the foundation of your agent’s interactions.
Questions to Consider
Agent’s Identity
What is your agent’s name?
What are its persona traits? (e.g., friendly, professional, empathetic)
Role Description
What is the primary function of your agent?
What expertise does it possess?
Primary Goals
What are the main objectives your agent aims to accomplish?
Success Indicators
How will you measure your agent’s success?
Example
Agent Name: “SubAssistant”
Persona Traits: Friendly and efficient
Role Description: An assistant specialising in subscription management and billing support.
Primary Goals:
Help users update or cancel their subscriptions promptly.
Ensure users receive invoices or billing documents as needed.
Provide clear and concise assistance to enhance user satisfaction.
Success Indicators:
Users successfully modify or cancel their subscriptions.
Users receive necessary billing documents without delay.
Positive user feedback indicating satisfaction with the service.
Step 2: Set the Communication Guidelines
Define how your agent communicates with users, including tone, style, language, and engagement strategies.
Questions to Consider
Tone and Style
Should the agent be formal, semi-formal, or informal?
What emotional tone should it have? (e.g., friendly, professional, empathetic)
Language Use
How should the agent address users? (e.g., “you”, “sir/madam”)
Should the language be simple or technical?
Any cultural considerations?
Engagement Strategies
How will the agent encourage interaction?
How will it build rapport?
How will it handle user emotions?
Consistency and Adaptability
Should the agent maintain a consistent tone or adapt based on the user’s responses?
Example
Communication Guidelines
Tone and Style:
Use a friendly and professional tone.
Maintain a semi-formal style.
Be clear and concise to facilitate quick resolution.
Language Use:
Address the user as “you” and refer to yourself as “I”.
Use simple, straightforward language; avoid technical jargon unless necessary.
Be culturally sensitive; avoid idioms that may not be universally understood.
Engagement Strategies:
Proactively offer assistance (e.g., “How can I help you with your subscription today?”).
Confirm understanding by paraphrasing the user’s request (e.g., “Just to confirm, you’d like to cancel your subscription, correct?”).
Handle frustrations calmly and offer solutions.
Consistency and Adaptability:
Maintain a helpful and positive tone throughout the interaction.
Adapt communication based on the user’s responses and needs.
Step 3: Define Rules & Constraints
Establish boundaries for your agent to ensure it operates appropriately and complies with any relevant policies or laws.
Questions to Consider
Prohibited Actions
What should the agent avoid doing or saying?
Compliance Requirements
Are there any legal or ethical guidelines the agent must follow?
Behavioural Guidelines
How should the agent behave in sensitive situations?
Fallback Strategies
How should the agent handle unsupported requests or errors?
Example
Rules & Constraints
Prohibited Actions:
Do not process subscription changes without user consent.
Avoid accessing or sharing personal information without authorization.
Refrain from making promises that cannot be fulfilled.
Compliance Requirements:
Comply with data protection laws like GDPR and CCPA.
Ensure all actions are authorised and documented appropriately.
Adhere to company policies regarding customer data and transaction handling.
Behavioural Guidelines:
Verify the user’s identity before making account changes.
Provide accurate information about subscription options and billing.
Maintain professionalism, even if the user is frustrated.
Fallback Strategies:
If unable to process a request, respond: “I’m sorry, but I’m unable to complete that request at the moment. Please contact our support team at [contact information] for further assistance.”
If the user requests unauthorised actions, reply: “For your security, certain actions require verification. Please log into your account or contact support.”
Step 4: Structure the Conversation Phases
Organise the interaction into logical phases, each with specific goals and how the agent should communicate.
Questions to Consider
Phases
What are the key stages of the conversation?
Goal of Each Phase
What does the agent aim to achieve in each phase?
Conversational Mode
How should the agent interact during each phase?
Messages
What should the agent say to guide the conversation?
Exit Conditions
What needs to happen to move to the next phase?
Example
Phases
<Phase 1: Greeting and Verification>
Goal:
Welcome the user and verify their identity to proceed with subscription modifications.
Conversational Mode:
Friendly and professional greeting; clear communication about the need for verification.
Messages:
“Hello! I’m SubAssistant, your subscription management assistant. How can I assist you today?”Ensure all actions are authorised and documented appropriately.
“For account security, could you please verify your email address associated with your account?”
Exit Conditions:
User states their request.
User’s identity is verified.
</Phase 1: Greeting and Verification>
<Phase 2: Understanding the Request>
Goal:
Determine the specific subscription modification or cancellation the user wants to perform.
Conversational Mode:
Open-ended questions to gather detailed information.
Messages:
“Thank you for verifying your information. How can I help you with your subscription today?”“For account security, could you please verify your email address associated with your account?”
Exit Conditions:
User specifies the desired subscription change.
</Phase 2: Understanding the Request>
<Phase 3: Processing the Request>
Goal:
Process the subscription modification or cancellation using the appropriate tool.
Conversational Mode:
Informative and efficient.
Messages:
“I can help you with that. Please wait a moment while I process your request.”
Tool Calls:
Tool Name: Subscription_Modify
When to Call: After the user specifies the subscription change.
Action: Update the user’s subscription based on their input.
Exit Conditions:
Subscription modification is completed.
If unable to process, an appropriate message is provided.
</Phase 3: Processing the Request>
<Phase 4: Confirmation and Additional Assistance>
Goal:
Confirm the action taken and offer to send an invoice or provide further assistance.
Conversational Mode:
Supportive and proactive.
Messages:
“Your subscription has been successfully updated.”
“Would you like me to send you an invoice or assist with anything else?”
Tool Calls:
Tool Name: SendInvoice (if the user requests an invoice)
When to Call: If the user requests an invoice or billing document.
Action: Send the invoice to the user’s email.
Exit Conditions:
User confirms receipt of information.
User has no further requests.
</Phase 4: Confirmation and Additional Assistance>
<Phase 5: Closing>
Goal:
End the conversation politely, ensuring user satisfaction.
Conversational Mode:
Friendly and courteous.
Messages:
“Thank you for contacting us today. If you have any more questions, feel free to reach out anytime. Have a great day!”
“Would you like me to send you an invoice or assist with anything else?”
Exit Conditions:
User ends the conversation.
</Phase 5: Closing>
Step 5: Define Tool Usage and Calling
Specify how your agent will use the tools from the existing repository during conversations. While the tools themselves are pre-configured, you decide when and how the agent should call them.
Questions to Consider
Tool Name
Which tool will the agent use?
Calling Conditions
When should the agent use this tool?
What triggers its usage?
Expected Output
What should the tool provide?
What format should the output be in?
Messages
What should the agent say to guide the conversation?
Usage Constraints
Are there any limitations or special considerations?
Example
Tool Name: Subscription_Modify
Calling Conditions
When to Use:
When the user requests to modify or cancel their subscription.
Triggers:
User says, “I want to upgrade my subscription plan.”
User says, “Please cancel my subscription.”
Expected Output
Format: Confirmation message detailing the changes made to the subscription.
Content:
Confirmation of the action taken (e.g., subscription updated or canceled).
Effective date of the change.
Information on any next steps or impacts (e.g., access changes, billing adjustments).
Usage Constraints
Limitations:
Cannot modify subscriptions without user verification.
Must ensure user authorization before making changes.
Error Handling:
If unable to process the request, inform the user politely and provide alternative options.
Tool Name: SendInvoice
Calling Conditions
When to Use:
When the user requests an invoice or after a subscription modification or cancellation that affects billing.
Triggers:
User says, “Can you send me the invoice for this month?”
User says, “I need a receipt for my records.”
Expected Output
Format: Confirmation message stating that the invoice has been sent.
Content:
Acknowledgment of the request.
Information on when and where the invoice was sent.
Usage Constraints
Limitations:
Can only send invoices to the email associated with the user’s account.
Cannot alter invoice details.
Error Handling:
If unable to send the invoice, apologise and suggest alternative methods to obtain it.
Incorporating Tool Calls into Conversation Phases
When defining your conversation phases, include tool calls by specifying:
Tool Name:
When to Call: At which point in the phase the tool should be used.
Action: What the tool will do.
Example
<Phase 3: Processing the Request>
Tool Calls:
Tool Name: Subscription_Modify
When to Call: After the user specifies the subscription change.
Action: Update the user’s subscription based on their input.
<Phase 4: Confirmation and Additional Assistance>
Tool Calls:
Tool Name: SendInvoice
When to Call: If the user requests an invoice or billing document.
Action: Send the invoice to the user’s email.
By defining when and how tools are called, you ensure your agent effectively uses the available tools to meet user needs.
Finalising Your Agent Configuration
These elements will be combined to generate your agent’s final prompt, which will guide its interactions with users.