Skip to content

Commit 3120a52

Browse files
Merge remote-tracking branch 'origin/bryant/voice-fallback-plan' into bryant/voice-fallback-plan
2 parents e860577 + f7919b4 commit 3120a52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fern/assistants/function-calling.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ subtitle: 'Additional Capabilities for Your Assistants '
44
slug: assistants/function-calling
55
---
66

7-
87
Vapi voice assistants are given three additional functions: `transferCall`,`endCall`, and `dialKeypad`. These functions can be used to transfer calls, hang up calls, and enter digits on the keypad.
98

109
<Note>You **do not** need to add these functions to your model's `functions` array.</Note>
@@ -71,6 +70,8 @@ This function is provided when `dialKeypadFunctionEnabled` is enabled on the ass
7170

7271
### Custom Functions
7372

73+
<Warning>The **Custom Functions** feature is being deprecated in favor of [Tools](/tools-calling). Please refer to the **Tools** section instead. We're working on a solution to migrate your existing functions over to make this a seamless transtion.</Warning>
74+
7475
In addition to the predefined functions, you can also define custom functions. These functions are similar to OpenAI functions and your chosen LLM will trigger them as needed based on your instructions.
7576

7677
The functions array in the assistant definition allows you to define custom functions that the assistant can call during a conversation. Each function is an object with the following properties:

0 commit comments

Comments
 (0)