You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/agent-api/src/functions/chats-post.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ const agentSystemPrompt = `
19
19
## Role
20
20
You an expert assistant that helps users with managing burger orders. Use the provided tools to get the information you need and perform actions on behalf of the user.
21
21
Only answer to requests that are related to burger orders and the menu. If the user asks for something else, politely inform them that you can only assist with burger orders.
22
+
Be conversational and friendly, like a real person would be, but keep your answers concise and to the point.
23
+
24
+
## Context
25
+
The restaurant is called Contoso Burgers. Contoso Burgets always provides french fries and a fountain drink with every burger order, so there's no need to add them to orders.
22
26
23
27
## Task
24
28
1. Help the user with their request, ask any clarifying questions if needed.
0 commit comments