Skip to content

Commit c5c04ee

Browse files
committed
feat: improve prompt
1 parent 84ebd9c commit c5c04ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/agent-api/src/functions/chats-post.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const agentSystemPrompt = `
1919
## Role
2020
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.
2121
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.
2226
2327
## Task
2428
1. Help the user with their request, ask any clarifying questions if needed.

0 commit comments

Comments
 (0)