Skip to content

Commit cc28be1

Browse files
quantstruct-botskeptrunedev
authored andcommitted
Add changelog for February 17, 2025 (#211)
* Add changelog for February 17, 2025 * Add changelog for February 17, 2025
1 parent 9cba8e4 commit cc28be1

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

fern/changelog/2025-02-17.mdx

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,12 @@
2828
```json
2929
{
3030
"assistant": {
31-
"hooks": [
32-
{
33-
"url": "https://api.example.com/success-handler",
34-
"filter": {
31+
"hooks": [{
32+
"filters": [{
3533
"type": "oneOf",
3634
"key": "call.endedReason",
37-
"oneOf": ["COMPLETED"]
38-
}
39-
},
40-
{
41-
"url": "https://api.example.com/error-handler",
42-
"filter": {
43-
"type": "oneOf",
44-
"key": "call.endedReason",
45-
"oneOf": ["ERROR", "SYSTEM_ERROR"]
46-
}
47-
},
48-
{
49-
"url": "https://api.example.com/customer-actions",
50-
"filter": {
51-
"type": "oneOf",
52-
"key": "call.endedReason",
53-
"oneOf": ["CUSTOMER_HANGUP", "CUSTOMER_TRANSFER_REQUESTED"]
54-
}
35+
"oneOf": ["pipeline-error-custom-llm-500-server-error", "pipeline-error-custom-llm-llm-failed"]
36+
}]
5537
}
5638
]
5739
}

0 commit comments

Comments
 (0)