Skip to content

Commit 42d5900

Browse files
authored
fix urls (#295)
1 parent 31fa00b commit 42d5900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/tools/default-tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This function is provided when `endCall` is included in the assistant's list of
6464

6565
#### Dial Keypad (DTMF)
6666

67-
This function is provided when `dtmf` is included in the assistant's list of available tools (see configuration options [here](/api-reference/assistants/create#request.body.model.openai.tools.sms)). The assistant will be able to enter digits on the keypad.
67+
This function is provided when `dtmf` is included in the assistant's list of available tools (see configuration options [here](/api-reference/assistants/create#request.body.model.openai.tools.dtmf)). The assistant will be able to enter digits on the keypad.
6868

6969
```json
7070
{
@@ -88,7 +88,7 @@ This function is provided when `dtmf` is included in the assistant's list of ava
8888

8989
#### Send Text
9090

91-
This function is provided when `sms` is included in the assistant’s list of available tool (see configuration options [here](/api-reference/assistants/create#request.body.model.openai.tools.dtmf)). The assistant can use this function to send SMS messages using a configured Twilio account.
91+
This function is provided when `sms` is included in the assistant’s list of available tool (see configuration options [here](/api-reference/assistants/create#request.body.model.openai.tools.sms)). The assistant can use this function to send SMS messages using a configured Twilio account.
9292

9393
```json
9494
{

0 commit comments

Comments
 (0)