From bd9cbb44e8723fe9d01d4662023b14c5c260e392 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 May 2025 00:26:55 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 47 +++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 2a22326f..97a98173 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -10696,12 +10696,15 @@ "deepseek-r1-distill-llama-70b", "llama-3.3-70b-versatile", "llama-3.1-405b-reasoning", - "llama-3.1-70b-versatile", "llama-3.1-8b-instant", - "mixtral-8x7b-32768", "llama3-8b-8192", "llama3-70b-8192", - "gemma2-9b-it" + "gemma2-9b-it", + "meta-llama/llama-4-maverick-17b-128e-instruct", + "meta-llama/llama-4-scout-17b-16e-instruct", + "mistral-saba-24b", + "compound-beta", + "compound-beta-mini" ] }, "provider": { @@ -11565,6 +11568,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11591,6 +11598,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11623,6 +11634,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11642,6 +11657,10 @@ "say" ] }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11718,6 +11737,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11792,6 +11815,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11818,6 +11845,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -11844,6 +11875,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -12177,6 +12212,10 @@ "type": "string", "maxLength": 80 }, + "isStart": { + "type": "boolean", + "description": "This is whether or not the node is the start of the workflow." + }, "metadata": { "type": "object", "description": "This is for metadata you want to store on the task." @@ -14358,6 +14397,7 @@ "description": "The voices provided by Vapi", "enum": [ "Elliot", + "Kylie", "Rohan", "Lily", "Savannah", @@ -15596,6 +15636,7 @@ "description": "The voices provided by Vapi", "enum": [ "Elliot", + "Kylie", "Rohan", "Lily", "Savannah",