You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/blocks/block-types.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ slug: blocks/block-types
13
13
14
14
#### Types
15
15
16
-
-[**Conversation:**]((https://api.vapi.ai/api#:~:text=ConversationBlock)) This block type manages interactions between the assistant and the user. A conversation block is used when the assistant needs to ask the user for specific information, such as contact details or preferences.
16
+
-[**Conversation:**](https://api.vapi.ai/api#:~:text=ConversationBlock) This block type manages interactions between the assistant and the user. A conversation block is used when the assistant needs to ask the user for specific information, such as contact details or preferences.
17
17
-[**Tool-call:**](https://api.vapi.ai/api#:~:text=ToolCallBlock) This block allows the assistant to make external tool calls.
18
18
-[**Workflow:**](https://api.vapi.ai/api#:~:text=WorkflowBlock) This block type enables the creation of subflows, which are smaller sets of steps executed within a Block. It can contain an array of steps (`steps[]`) and uses an `inputSchema` to define the data needed to initiate the workflow, along with an `outputSchema` to handle the data returned after completing the subflow. Workflow blocks are ideal for organizing complex processes or reusing workflows across different parts of the conversation.
Copy file name to clipboardExpand all lines: fern/customization/provider-keys.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ We are currently have support for any OpenAI-compatible endpoint. This includes
19
19
20
20
To use one of these providers, you can specify the `provider` and `model` in the `model` parameter of the [Assistant](/api-reference/assistants/create-assistant).
21
21
22
-
You can find more details in the [Custom LLMs](customization/custom-llm/fine-tuned-openai-models) section of the documentation.
22
+
You can find more details in the [Custom LLMs](/customization/custom-llm/fine-tuned-openai-models) section of the documentation.
Copy file name to clipboardExpand all lines: fern/quickstart/dashboard.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,16 @@ slug: quickstart/dashboard
21
21
22
22
One of the easiest ways to get started with Vapi is by using the web dashboard.
23
23
24
-
<Note>You can visit your dashboard by going to [dashboard.vapi.ai](https://dashboard.vapi.ai)</Note>
24
+
<Note>
25
+
You can visit your dashboard by going to [dashboard.vapi.ai](https://dashboard.vapi.ai)
26
+
</Note>
25
27
26
28
The web dashboard gives you the ability to:
27
29
28
30
-**view, create, & modify [assistants](/assistants)** associated with your account
29
31
-**provision & manage phone numbers** assistants can dial outbound from or receive inbound calls to
30
32
-**review conversation data** (such as audio recordings, call metadata, etc)
31
-
-**manage your [provider keys](customization/provider-keys)** (used in communication with external [TTS](/glossary#tts), LLM, & [STT](/glossary#stt) vendors)
33
+
-**manage your [provider keys](/customization/provider-keys)** (used in communication with external [TTS](/glossary#tts), LLM, & [STT](/glossary#stt) vendors)
32
34
33
35
We will be walking through the core necessities you need to get up and running in this guide.
34
36
@@ -51,7 +53,9 @@ Vapi’s has 3 types of menu items: `pizza`, `side`s, & `drink`s. Customers will
51
53
52
54
First we're going to set up our assistant in the dashboard. Once our assistant’s **transcriber**, **model**, & **voice** are set up, we can call it to place our order.
53
55
54
-
<Note>You can visit your dashboard at [dashboard.vapi.ai](https://dashboard.vapi.ai/)</Note>
56
+
<Note>
57
+
You can visit your dashboard at [dashboard.vapi.ai](https://dashboard.vapi.ai/)
0 commit comments