Skip to content

Commit 77e7af7

Browse files
authored
fix(workflows/overview): revision #3 (VapiAI#473)
1 parent 54a1d79 commit 77e7af7

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

fern/workflows/overview.mdx

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,15 @@ The Conversation Node is the default type of node. It's highly configurable and
4141
<img src="../static/images/workflows/workflows-conversation-node.png" alt="Create workflow interface" />
4242
</Frame>
4343

44-
```yaml title="First Message"
45-
Specify the initial spoken message when entering the node
46-
```
47-
48-
```yaml title="Prompt"
49-
Detailed instructions guiding agent responses and conversation direction
50-
```
44+
**Configuration options**
5145

52-
```yaml title="Model/Voice/Transcriber"
53-
Individual AI model, voice, and transcription configuration
54-
```
55-
56-
```yaml title="Extract Variables"
57-
Gather variables from conversation using liquid syntax {{ variable_name }}
58-
```
46+
* **First Message**: Specify the initial spoken message when entering the node. This configuration is helpful if developers want the agent to speak first without waiting for user to say something.
5947

60-
The prompt is the most important part of the Conversation Node. Building reliable and high-quality voice agents heavily depend on the quality of the prompt supplied.
48+
* **Prompt**: Provide detailed instructions guiding agent responses and conversation direction, including response style and content. The prompt is the most important part of the Conversation Node. Building reliable and high-quality voice agents heavily depend on the quality of the prompt supplied.
6149

62-
Extract Variables lets users gather/extract variables from a conversation. These variables can be used as dynamic variables for the rest of the workflow via liquid syntax `{{ variable_name }}`.
50+
* **Model/Voice/Transcriber Settings**: Individually configure the AI model, voice, and transcription services per node. This is similar to configuring Single Prompt Assistants.
6351

64-
Variables can be configured by:
65-
- Defining variable name and data type (String, Number, Boolean, Integer)
66-
- Writing a clear extraction prompt (a description of the variable to help determine how/what data to extract)
67-
- Setting enums for String-type variables to constrain values (to map to a specific set)
52+
* **Extract Variables**: Extract Variables lets users gather/extract variables from a conversation. These variables can be used as dynamic variables for the rest of the workflow via liquid syntax `{{ variable_name }}`. Variables can be configured by defining variable name and data type (String, Number, Boolean, Integer), writing a clear extraction prompt, and setting enums for String-type variables to constrain values.
6853

6954
<Frame>
7055
<img src="../static/images/workflows/workflows-extract-node.png" alt="Create workflow interface" width="250" />

0 commit comments

Comments
 (0)