Skip to content

Commit 83dd41b

Browse files
Add changelog for 2025-05-14 (#399)
1 parent 0006b92 commit 83dd41b

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

fern/changelog/2025-05-13.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GoHighLevel Tools for Calendar and Contact Management
2+
3+
You can now use new [GoHighLevel tools](https://www.gohighlevel.com) in all models, templates, and workflows directly through the [`/tool`](https://api.vapi.ai/api#:~:text=/tool) and [`/tool/{id}`](https://api.vapi.ai/api#:~:text=/tool/%7Bid%7D) endpoints with the following capabilities:
4+
- **Contact Management**:
5+
- [GoHighLevelContactGetTool](https://api.vapi.ai/api#:~:text=GoHighLevelContactGetTool): Fetch contact information from GoHighLevel
6+
- [GoHighLevelContactCreateTool](https://api.vapi.ai/api#:~:text=GoHighLevelContactCreateTool): Create new contacts in GoHighLevel
7+
8+
- **Calendar Management**:
9+
- [GoHighLevelCalendarEventCreateTool](https://api.vapi.ai/api#:~:text=GoHighLevelCalendarEventCreateTool): Schedule new calendar events programmatically
10+
- [GoHighLevelCalendarAvailabilityTool](https://api.vapi.ai/api#:~:text=GoHighLevelCalendarAvailabilityTool): Check calendar availability for scheduling

fern/changelog/2025-05-14.mdx

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
1. **Specify Start Node in Workflows with `isStart` Property**: You can now explicitly define the starting point of your workflow by setting the `isStart` property to `true` on any node like [`Say`](https://api.vapi.ai/api#:~:text=Say), [`Gather`](https://api.vapi.ai/api#:~:text=Gather), or [`Hangup`](https://api.vapi.ai/api#:~:text=Hangup).
2+
3+
2. **Updated Model Options in `GroqModel`**: You can now use the following new Assistant modles with [Groq](https://api.vapi.ai/api#:~:text=GroqModel):
4+
- `meta-llama/llama-4-maverick-17b-128e-instruct`
5+
- `meta-llama/llama-4-scout-17b-16e-instruct`
6+
- `mistral-saba-24b`
7+
- `compound-beta`
8+
- `compound-beta-mini`
9+
10+
<Frame caption="New Groq Models">
11+
<img src="../static/images/changelog/new-groq-models.png" alt="New Groq Models" />
12+
</Frame>
13+
14+
<Warning>Note that some older models have been removed, including `llama-3.1-70b-versatile` and `mixtral-8x7b-32768`.</Warning>
15+
16+
3. **New `Kylie` Voice Available in Vapi**: You can now use the new `Kylie` voice when using [`Vapi` as your voice provider](https://dashboard.vapi.ai/assistants#:~:text=Voice%20Configuration). You can learn more in the [Vapi voices documentation](https://docs.vapi.ai/providers/voice/vapi-voicesn).
17+
18+
<Frame caption="New Vapi Voice: Kylie">
19+
<img src="../static/images/changelog/vapi-voice-kylie.png" alt="New Kylie Voice" />
20+
</Frame>
90.1 KB
Loading
Loading

0 commit comments

Comments
 (0)