Skip to content

Commit 7d6913d

Browse files
committed
Merge remote-tracking branch 'origin/main' into fern/update-api-specs
2 parents c177b21 + 97ace0a commit 7d6913d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

fern/changelog/2025-02-04.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Hooks, PCI Compliance, and Blocking Messages
2+
3+
1. **Introduction of `Hook`s in Workflows**: You can now use [`Hooks`](https://api.vapi.ai/api#:~:text=Hook) in your workflows to automatically execute actions when specific events occur, like task start or confirmation. Hooks are now available in [`ApiRequest`](https://api.vapi.ai/api#:~:text=ApiRequest) and [`Gather`](https://api.vapi.ai/api#:~:text=Gather) workflow nodes.
4+
5+
2. **Make your Assistant PCI Compliant**: You can now configure [`Assistant.pciEnabled`](https://api.vapi.ai/api#:~:text=UpdateCallDTO-,Assistant,-UpdateAssistantDTO) to indicate if your assistant deals with sensitive cardholder data that requires PCI compliance, helping you meet security standards for financial information.
6+
7+
3. **Blocking Messages before Tool Calls**: You can now configure your tool calls to wait until a message is fully spoken before starting with [`ToolMessageStart.blocking=true`](https://api.vapi.ai/api#:~:text=ToolMessageStart) (default is `false`).
8+

fern/knowledgebase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Use the ID of the uploaded file to create a Knowledge Base along with the KB con
4848
1. Provider: [trieve](https://trieve.ai)
4949

5050
```bash
51-
curl --location 'http://localhost:3001/knowledge-base' \
51+
curl --location 'http://api.vapi.ai/knowledge-base' \
5252
--header 'Content-Type: text/plain' \
5353
--header 'Authorization: Bearer <YOUR_API_KEY>' \
5454
--data '{

0 commit comments

Comments
 (0)