We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e20e7 commit e2d4ddaCopy full SHA for e2d4dda
fern/assistants/assistant-hooks.mdx
@@ -157,6 +157,10 @@ Handle customer speech interruptions in a similar way:
157
}
158
```
159
160
+<Note>
161
+Use `"oneOf": ["pipeline-error"]` as a catch-all filter for any pipeline-related error reason.
162
+</Note>
163
+
164
## Common use cases
165
166
- Transfer to a human agent on errors
@@ -251,5 +255,5 @@ Add this hook configuration to your assistant to trigger Slack notifications on
251
255
252
256
253
257
<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.
259
</Note>
0 commit comments