diff --git a/fern/changelog/2024-10-29.mdx b/fern/changelog/2024-10-29.mdx index a948cfe..d060b91 100644 --- a/fern/changelog/2024-10-29.mdx +++ b/fern/changelog/2024-10-29.mdx @@ -3,13 +3,13 @@ 1. **Gemini Model Support and Credential Management**: You can now use Google Gemini models for your assistant (*gemini-1.5-flash-8b*, *gemini-1.5-flash-002*, *gemini-1.5-pro*, *gemini-1.0-pro*). Create and update your Google credentials by providing your `apiKey` from [Google AI Studio](https://aistudio.google.com/app/apikey) and setting your provider to `'google'` in Vapi. - + 2. **New Anthropic Model `claude-3-5-sonnet-20241022`**: You can now include Computer Use tools in the `toolWithToolCallList` of `ClientMessageToolCalls` or `ServerMessageToolCalls`. Select `'anthropic'` as your provider, `claude-3-5-sonnet-20241022`, and [create](https://api.vapi.ai/api#/Tools/ToolController_create) or [update](https://api.vapi.ai/api#/Tools/ToolController_update) newly supported computer use tools like `BashTool`, `ComputerTool`, or `TextEditorTool`. - + 3. **Enhanced Email Regex Support in Replacements**: The email matching regex pattern in `RegexReplacement` now supports top-level domains with two or more characters (`{2,}`). This improvement allows you to replace email addresses with placeholders like `[EMAIL]`, even for longer TLDs. diff --git a/fern/changelog/2024-10-30.mdx b/fern/changelog/2024-10-30.mdx index 7ce22db..4b53f28 100644 --- a/fern/changelog/2024-10-30.mdx +++ b/fern/changelog/2024-10-30.mdx @@ -3,13 +3,13 @@ 1. **Auto-reload Credits in Billing Page**: You can now auto-reload credits and check credits remaining for subscriptions within the [updated billing page](https://dashboard.vapi.ai/org/billing). - + 2. **Expanded Language Options in `CartesiaVoice`**: You can now specify additional languages in `CartesiaVoice.language` (optional), including 'hi' (Hindi), 'it' (Italian), 'ko' (Korean), 'nl' (Dutch), 'pl' (Polish), 'ru' (Russian), 'sv' (Swedish), and 'tr' (Turkish). Refer to the [CartesiaVoice](https://api.vapi.ai/api) schema for more details. - + 3. **Enhanced Template Variables in `AssistantOverrides`**: The `AssistantOverrides.variableValues` now supports LiquidJS syntax for replacing template variables. You can customize assistant messages using expressions like `{{ name }}` for dynamic content, or format dates with `{{"now" | date: "%b %d, %Y, %I:%M %p", "America/New_York"}}`. \ No newline at end of file diff --git a/fern/changelog/2024-11-03.mdx b/fern/changelog/2024-11-03.mdx index 3528c03..fdad8f1 100644 --- a/fern/changelog/2024-11-03.mdx +++ b/fern/changelog/2024-11-03.mdx @@ -5,5 +5,5 @@ 2. **Manage Tavus Credentials**: You can now create and update Tavus credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys). - + \ No newline at end of file diff --git a/fern/changelog/2024-11-04.mdx b/fern/changelog/2024-11-04.mdx index 82b2613..fc6952b 100644 --- a/fern/changelog/2024-11-04.mdx +++ b/fern/changelog/2024-11-04.mdx @@ -3,5 +3,5 @@ 1. **XAi Model Support**: You can now use xAI's `grok-beta` model when creating or updating an assistant, and specify your API credentials from the [xAI console](https://console.x.ai/) in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys). The list of call ended reasons has been updated to include xAI-specific errors. - + \ No newline at end of file diff --git a/fern/changelog/2024-11-11.mdx b/fern/changelog/2024-11-11.mdx index 2abc671..c1cebdb 100644 --- a/fern/changelog/2024-11-11.mdx +++ b/fern/changelog/2024-11-11.mdx @@ -7,5 +7,5 @@ - Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit. - + \ No newline at end of file diff --git a/fern/changelog/2024-11-14.mdx b/fern/changelog/2024-11-14.mdx index a4701a7..7c75692 100644 --- a/fern/changelog/2024-11-14.mdx +++ b/fern/changelog/2024-11-14.mdx @@ -3,5 +3,5 @@ 1. **Langfuse Credential Management**: You can now send traces to Langfuse by providing your "Secret Key", "Public Key", and "Host URL" for better telemetry monitoring. Create and update these credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys), under `Observability Providers`. - + \ No newline at end of file diff --git a/fern/changelog/2024-11-21.mdx b/fern/changelog/2024-11-21.mdx index 642c5e3..cf68c61 100644 --- a/fern/changelog/2024-11-21.mdx +++ b/fern/changelog/2024-11-21.mdx @@ -5,13 +5,13 @@ 2. **AssemblyAI Credential Management**: You can now specify your AssemblyAI API keys in the updated "Transcriber Providers" page. Create your API key in the [AssemblyAI dashboard](https://www.assemblyai.com/app/account). AssemblyAI errors are now surfaced in the `endedReason` of `Call`, `ServerMessageEndOfCallReport`, and `ServerMessageStatusUpdate`. - + 3. **Enhanced BYO SIP Trunk Configuration**: When configuring BYO SIP trunk credentials, you can now specify a `techPrefix` for outbound SIP calls and enable `sipDiversionHeader` for authenticating the calling number (if supported). Refer to the `ByoSipTrunkCredential` schema in the [API reference](https://api.vapi.ai/api) to learn more. - + 4. **File Name Length Constraints**: The maximum file `name` length has been reduced from 100 to 40 characters. The required minimum length is still 1 character.