Skip to content

Commit f8ba957

Browse files
committed
add Assistant node page
1 parent a901cc9 commit f8ba957

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

fern/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ navigation:
239239
path: workflows/nodes/gather.mdx
240240
- page: API Request
241241
path: workflows/nodes/api-request.mdx
242+
- page: Assistant
243+
path: workflows/nodes/assistant.mdx
242244
- page: Transfer
243245
path: workflows/nodes/transfer.mdx
244246
- page: Hangup

fern/workflows/nodes/assistant.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Assistant
3+
subtitle: Speak to a configured assistant
4+
slug: /workflows/nodes/assistant
5+
---
6+
7+
## Overview
8+
9+
The **Assistant** node enables a persistent conversation with one of your configured assistants.
10+
11+
## Configuration
12+
13+
- **Select an Assistant** Use the dropdown to select a pre-configured assistant.
14+
15+
## Usage
16+
17+
Add **Assistant** nodes as leaf nodes to enable ongoing conversations with your configured assistants. Currently, Assistant nodes must be placed at the end of a workflow branch, as they don't support transitioning to other nodes. This means the conversation with the assistant will continue until either the user ends the call or the assistant reaches a natural conclusion point.
18+
19+
The assistant will use its configured system prompt while inheriting the transcriber and voice settings from the global workflow assistant.
20+
21+
<Note>
22+
Assistant nodes are currently designed as terminal nodes - they cannot be connected to other nodes in the workflow. This means the conversation will remain with the assistant until the call ends. Future updates will add support for AI-powered conditional branching.
23+
</Note>

0 commit comments

Comments
 (0)