Skip to content

Commit 5e06012

Browse files
committed
Merge remote-tracking branch 'origin/main' into fern/update-api-specs
2 parents 8823bc8 + bc7467d commit 5e06012

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,28 @@ paths:
156156
x-fern-sdk-group-name:
157157
- files
158158
x-fern-sdk-method-name: update
159+
/knowledge-base:
160+
get:
161+
x-fern-sdk-group-name:
162+
- knowledgeBases
163+
x-fern-sdk-method-name: list
164+
post:
165+
x-fern-sdk-group-name:
166+
- knowledgeBases
167+
x-fern-sdk-method-name: create
168+
/knowledge-base/{id}:
169+
get:
170+
x-fern-sdk-group-name:
171+
- knowledgeBases
172+
x-fern-sdk-method-name: get
173+
delete:
174+
x-fern-sdk-group-name:
175+
- knowledgeBases
176+
x-fern-sdk-method-name: delete
177+
patch:
178+
x-fern-sdk-group-name:
179+
- knowledgeBases
180+
x-fern-sdk-method-name: update
159181
/analytics:
160182
post:
161183
x-fern-sdk-group-name:

fern/changelog/2024-11-30.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
1. **Extended Silence Timeout for Assistants**: You can now set `silenceTimeoutSeconds` up to 3600 seconds (previously 600 seconds) when creating or updating assistants and assistant overrides. This allows for longer periods of silence before an assistant session times out.
2+
3+
2. **New Credits Purchase Option**: You can now purchase credits to your subscription by navigating to the [updated billing page](https://dashboard.vapi.ai/org/billing/credits). Specify the dollar amount of your credits in the `credits` field to complete the purchase.
4+
5+
<Frame caption="Navigate to the updated billing page to buy credits: https://dashboard.vapi.ai/org/billing/credits">
6+
<img src="../static/images/changelog/credits.png" />
7+
</Frame>
57 KB
Loading

0 commit comments

Comments
 (0)