Skip to content

Commit 209c372

Browse files
Update call-forwarding.mdx
1 parent f18cbed commit 209c372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

call-forwarding.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ The `transferCall` tool includes a list of destinations and corresponding messag
2929
"type": "transferCall",
3030
"destinations": [
3131
{
32-
"type": "phoneNumber",
32+
"type": "number",
3333
"number": "+1234567890",
3434
"message": "I am forwarding your call to Department A. Please stay on the line."
3535
},
3636
{
37-
"type": "phoneNumber",
37+
"type": "number",
3838
"number": "+0987654321",
3939
"message": "I am forwarding your call to Department B. Please stay on the line."
4040
},
4141
{
42-
"type": "phoneNumber",
42+
"type": "number",
4343
"number": "+1122334455",
4444
"message": "I am forwarding your call to Department C. Please stay on the line."
4545
}
@@ -158,4 +158,4 @@ Use the system prompt to guide the assistant on when to utilize each forwarding
158158
- Ensure you have written the function description properly to indicate where you want to forward the call
159159
- Test the call forwarding setup thoroughly to confirm its functionality.
160160

161-
By following these guidelines and utilizing the `transferCall` tool, you can effectively manage call routing and provide a seamless experience for your users.
161+
By following these guidelines and utilizing the `transferCall` tool, you can effectively manage call routing and provide a seamless experience for your users.

0 commit comments

Comments
 (0)