Skip to content

Commit b9563a7

Browse files
Add changelog for February 17, 2025
1 parent 6d7b30a commit b9563a7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

fern/changelog/2025-02-17.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,12 @@
2828
```json
2929
{
3030
"assistant": {
31-
"hooks": [
32-
{
33-
"url": "https://api.example.com/llm-errors",
31+
"hooks": [{
3432
"filters": [{
3533
"type": "oneOf",
3634
"key": "call.endedReason",
3735
"oneOf": ["pipeline-error-custom-llm-500-server-error", "pipeline-error-custom-llm-llm-failed"]
3836
}]
39-
},
40-
{
41-
"url": "https://api.example.com/pipeline-errors",
42-
"filters": [{
43-
"type": "oneOf",
44-
"key": "call.endedReason",
45-
"oneOf": ["pipeline-error"]
46-
}]
4737
}
4838
]
4939
}

0 commit comments

Comments
 (0)