Skip to content

Commit 8c956a8

Browse files
committed
restructure tools sections
1 parent e2fb8ac commit 8c956a8

File tree

3 files changed

+47
-45
lines changed

3 files changed

+47
-45
lines changed

fern/tools-calling.mdx renamed to fern/assistants/custom-tools.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Tools Calling
3-
subtitle: Learn how to create and configure Tools Calling with Vapi.
4-
slug: tools-calling
2+
title: Custom Tools
3+
subtitle: Learn how to create and configure Custom Tools for use by your Vapi assistants.
4+
slug: assistants/custom-tools
55
---
66

77

fern/assistants/function-calling.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Function Calling
3-
subtitle: 'Additional Capabilities for Your Assistants '
4-
slug: assistants/function-calling
2+
title: Default Tools
3+
subtitle: 'Adding Transfer Call, End Call, and Dial Keypad capabilities to your assistants.'
4+
slug: assistants/default-tools
55
---
66

77
Vapi voice assistants are given additional functions: `transferCall`,`endCall`, and `dtmf` (to dial a keypad with [DTMF](https://en.wikipedia.org/wiki/DTMF)). These functions can be used to transfer calls, hang up calls, and enter digits on the keypad.

fern/docs.yml

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -160,48 +160,18 @@ navigation:
160160
path: quickstart/billing.mdx
161161
- page: Code Resources
162162
path: resources.mdx
163-
- section: Customization
164-
contents:
165-
- page: Provider Keys
166-
path: customization/provider-keys.mdx
167-
- section: Custom LLM
168-
contents:
169-
- page: Fine-tuned OpenAI models
170-
path: customization/custom-llm/fine-tuned-openai-models.mdx
171-
- page: Custom LLM
172-
path: customization/custom-llm/using-your-server.mdx
173-
- page: Custom LLM Tool Calling Integration
174-
path: customization/custom-llm/tool-calling-integration.mdx
175-
- section: Custom Voices
176-
contents:
177-
- page: Introduction
178-
path: customization/custom-voices/custom-voice.mdx
179-
- page: Elevenlabs
180-
path: customization/custom-voices/elevenlabs.mdx
181-
- page: PlayHT
182-
path: customization/custom-voices/playht.mdx
183-
- page: Tavus
184-
path: customization/custom-voices/tavus.mdx
185-
- page: Custom Keywords
186-
path: customization/custom-keywords.mdx
187-
- section: Bring your own vectors
188-
contents:
189-
- page: Trieve
190-
path: customization/bring-your-own-vectors/trieve.mdx
191-
- page: Multilingual
192-
path: customization/multilingual.mdx
193-
- page: JWT Authentication
194-
path: customization/jwt-authentication.mdx
195-
- page: Speech Configuration
196-
path: customization/speech-configuration.mdx
197163
- section: Core Concepts
198164
contents:
165+
- page: Prompting Guide
166+
path: prompting-guide.mdx
199167
- section: Assistants
200168
contents:
201169
- page: Introduction
202170
path: assistants.mdx
203-
- page: Function Calling
171+
- page: Default Tools
204172
path: assistants/function-calling.mdx
173+
- page: Custom Tools
174+
path: assistants/custom-tools.mdx
205175
- page: Persistent Assistants
206176
path: assistants/persistent-assistants.mdx
207177
- page: Dynamic Variables
@@ -266,14 +236,44 @@ navigation:
266236
path: advanced/sip/sip-telnyx.mdx
267237
- page: Make & GHL Integration
268238
path: GHL.mdx
269-
- page: Tools Calling
270-
path: tools-calling.mdx
271-
- page: Prompting Guide
272-
path: prompting-guide.mdx
273239
- page: Voice Fallback Plan
274240
path: voice-fallback-plan.mdx
275241
- page: OpenAI Realtime
276242
path: openai-realtime.mdx
243+
- section: Customization
244+
contents:
245+
- page: Provider Keys
246+
path: customization/provider-keys.mdx
247+
- section: Custom LLM
248+
contents:
249+
- page: Fine-tuned OpenAI models
250+
path: customization/custom-llm/fine-tuned-openai-models.mdx
251+
- page: Custom LLM
252+
path: customization/custom-llm/using-your-server.mdx
253+
- page: Custom LLM Tool Calling Integration
254+
path: customization/custom-llm/tool-calling-integration.mdx
255+
- section: Custom Voices
256+
contents:
257+
- page: Introduction
258+
path: customization/custom-voices/custom-voice.mdx
259+
- page: Elevenlabs
260+
path: customization/custom-voices/elevenlabs.mdx
261+
- page: PlayHT
262+
path: customization/custom-voices/playht.mdx
263+
- page: Tavus
264+
path: customization/custom-voices/tavus.mdx
265+
- page: Custom Keywords
266+
path: customization/custom-keywords.mdx
267+
- section: Bring your own vectors
268+
contents:
269+
- page: Trieve
270+
path: customization/bring-your-own-vectors/trieve.mdx
271+
- page: Multilingual
272+
path: customization/multilingual.mdx
273+
- page: JWT Authentication
274+
path: customization/jwt-authentication.mdx
275+
- page: Speech Configuration
276+
path: customization/speech-configuration.mdx
277277
- section: Glossary
278278
contents:
279279
- page: Definitions
@@ -564,3 +564,5 @@ redirects:
564564
destination: "/community/appointment-scheduling"
565565
- source: "/enterprise"
566566
destination: "/enterprise/plans"
567+
- source: "/tools-calling"
568+
destination: "/assistants/custom-tools"

0 commit comments

Comments
 (0)