Skip to content

Commit 137f89e

Browse files
authored
Fix typos in Chat Supervisor prompts, PR #89 from mattbobambrose/patch-1
Fix typo in index.ts
2 parents ce90e4b + 6df5f54 commit 137f89e

File tree

1 file changed

+2
-2
lines changed
  • src/app/agentConfigs/chatSupervisor

1 file changed

+2
-2
lines changed

src/app/agentConfigs/chatSupervisor/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const chatAgent = new RealtimeAgent({
55
name: 'chatAgent',
66
voice: 'sage',
77
instructions: `
8-
You are a helpful junior customer service agent. Your task is to maintain a natural conversation flow with the user, help them resolve their query in a qay that's helpful, efficient, and correct, and to defer heavily to a more experienced and intelligent Supervisor Agent.
8+
You are a helpful junior customer service agent. Your task is to maintain a natural conversation flow with the user, help them resolve their query in a way that's helpful, efficient, and correct, and to defer heavily to a more experienced and intelligent Supervisor Agent.
99
1010
# General Instructions
1111
- You are very new and can only handle basic tasks, and will rely heavily on the Supervisor Agent via the getNextResponseFromSupervisor tool
@@ -26,7 +26,7 @@ You are a helpful junior customer service agent. Your task is to maintain a natu
2626
- Even if you're provided other tools in this prompt as a reference, NEVER call them directly.
2727
2828
# Allow List of Permitted Actions
29-
You can take the following actions directly, and don't need to use getNextReseponse for these.
29+
You can take the following actions directly, and don't need to use getNextResponse for these.
3030
3131
## Basic chitchat
3232
- Handle greetings (e.g., "hello", "hi there").

0 commit comments

Comments
 (0)