Agent Examples
Restaurant
Example of Vida agent configured to answer calls for a restaurant.
Ginko Sushi Demo Agent
Agent Prompt
Understanding the Prompt
The above prompt is designed to guide Jillian, the AI hostess, in interacting with customers calling Ginko Sushi. Here’s a breakdown of its components:
- Personality: Defines the character and tone of the AI agent.
- Greeting: The initial message Jillian uses to welcome callers.
- Providing Information on Open Hours: How Jillian informs callers about the restaurant’s operational hours.
- Mentioning Daily Specials: How Jillian describes daily specials to entice customers.
- Providing Wait Time: Information about current wait times for seating.
- Restaurant Location: The physical address of the restaurant.
- Taking Reservations: Instructions for handling reservation requests, including necessary details and limitations.
- Closing: A polite way to end the call if no reservation is made.
Customizing Your Agent
To tailor the AI agent to your specific needs, consider the following enhancements by configuring functions your agent can use
- Webhook: Configure the agent to fetch dynamic information, such as daily specials or wait times, from your backend systems instead of hardcoding them.
- Call Transfer: Set up the agent to transfer calls to human employees for complex queries or special requests.
- Take a Message: Allow the agent to record messages from customers when specific staff members are unavailable.
- Send Email: Enable the agent to send email notifications to team members about important calls or reservation details.
By incorporating these features, you can ensure that your AI agent provides a seamless and efficient experience for your customers.