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
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**
51
45
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.
59
47
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.
61
49
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.
63
51
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.
0 commit comments