diff --git a/apps/rowboat/app/lib/project_templates.ts b/apps/rowboat/app/lib/project_templates.ts index beebcae2..43bf2d84 100644 --- a/apps/rowboat/app/lib/project_templates.ts +++ b/apps/rowboat/app/lib/project_templates.ts @@ -43,31 +43,6 @@ You are an helpful customer support assistant ragK: 3, controlType: "retain", }, - { - name: "Post process", - type: "post_process", - description: "", - instructions: "Ensure that the agent response is terse and to the point.", - model: "gpt-4o", - toggleAble: true, - locked: true, - global: true, - ragReturnType: "chunks", - ragK: 3, - controlType: "retain", - }, - { - name: "Escalation", - type: "escalation", - description: "", - instructions: "Get the user's contact information and let them know that their request has been escalated.", - model: "gpt-4o", - locked: true, - toggleAble: false, - ragReturnType: "chunks", - ragK: 3, - controlType: "retain", - }, ], prompts: [ { @@ -87,8 +62,8 @@ 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." } \ No newline at end of file