Skip to content

Commit e2d4dda

Browse files
committed
better notes
1 parent 34e20e7 commit e2d4dda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fern/assistants/assistant-hooks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ Handle customer speech interruptions in a similar way:
157157
}
158158
```
159159

160+
<Note>
161+
Use `"oneOf": ["pipeline-error"]` as a catch-all filter for any pipeline-related error reason.
162+
</Note>
163+
160164
## Common use cases
161165

162166
- Transfer to a human agent on errors
@@ -251,5 +255,5 @@ Add this hook configuration to your assistant to trigger Slack notifications on
251255
```
252256

253257
<Note>
254-
Use `"oneOf": ["pipeline-error"]` as a catch-all filter for any pipeline-related error reason.
258+
Replace `<your-slack-webhook-url>` with your actual Slack webhook URL and `<your-serverless-function-url>` with your serverless function endpoint.
255259
</Note>

0 commit comments

Comments
 (0)