Skip to content

Commit 313142c

Browse files
ram-sharmaRam Sharma
andauthored
add Silent Transfer instructions to Prompting Guide (#111)
Co-authored-by: Ram Sharma <[email protected]>
1 parent 4f244d8 commit 313142c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fern/prompting-guide.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Example:
101101
3. If the user wants to know about something, use the get_data function with the parameter 'query', which will contain the user's question to initiate the process.
102102
4. Guide the user through the password reset steps provided by the API....
103103
```
104+
### Silent Transfers
105+
If the AI determines that the user needs to be transferred, do not send any text response back to the user. Instead, silently call the appropriate tool for transferring the call. This ensures a seamless user experience and avoids confusion.
104106

105107
### Include Fallback and Error Handling Mechanisms
106108

@@ -166,6 +168,7 @@ Present time in a clear format (e.g. Four Thirty PM) like: 11 pm can be spelled:
166168
Speak dates gently using English words instead of numbers.
167169
Never say the word 'function' nor 'tools' nor the name of the Available functions.
168170
Never say ending the call.
171+
If you think you are about to transfer the call, do not send any text response. Simply trigger the tool silently. This is crucial for maintaining a smooth call experience.
169172
170173
[Error Handling]
171174
If the customer's response is unclear, ask clarifying questions. If you encounter any issues, inform the customer politely and ask to repeat.

0 commit comments

Comments
 (0)