mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Add copilot prompts to starting templates
This commit is contained in:
parent
5dca666879
commit
f49d8cb38a
6 changed files with 328 additions and 95 deletions
|
|
@ -347,4 +347,12 @@ You are an helpful customer support assistant
|
|||
}
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
export const starting_copilot_prompts: { [key: string]: string } = {
|
||||
"Credit Card Assistant": "Create a credit card assistant that helps users with credit card related queries like card recommendations, benefits, rewards, application process, and general credit card advice. Provide accurate and helpful information while maintaining a professional and friendly tone.",
|
||||
|
||||
"Scheduling Assistant": "Create an appointment scheduling assistant that helps users schedule, modify, and manage their appointments efficiently. Help with finding available time slots, sending reminders, rescheduling appointments, and answering questions about scheduling policies and procedures. Maintain a professional and organized approach.",
|
||||
|
||||
"Banking Assistant": "Create a banking assistant focused on helping customers with their banking needs. Help with account inquiries, banking products and services, transaction information, and general banking guidance. Prioritize accuracy and security while providing clear and helpful responses to banking-related questions."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue