Skip to content

Commit bd9cbb4

Browse files
author
github-actions
committed
Update API specifications with fern api update
1 parent 334fcb4 commit bd9cbb4

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

fern/apis/api/openapi.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10696,12 +10696,15 @@
1069610696
"deepseek-r1-distill-llama-70b",
1069710697
"llama-3.3-70b-versatile",
1069810698
"llama-3.1-405b-reasoning",
10699-
"llama-3.1-70b-versatile",
1070010699
"llama-3.1-8b-instant",
10701-
"mixtral-8x7b-32768",
1070210700
"llama3-8b-8192",
1070310701
"llama3-70b-8192",
10704-
"gemma2-9b-it"
10702+
"gemma2-9b-it",
10703+
"meta-llama/llama-4-maverick-17b-128e-instruct",
10704+
"meta-llama/llama-4-scout-17b-16e-instruct",
10705+
"mistral-saba-24b",
10706+
"compound-beta",
10707+
"compound-beta-mini"
1070510708
]
1070610709
},
1070710710
"provider": {
@@ -11565,6 +11568,10 @@
1156511568
"type": "string",
1156611569
"maxLength": 80
1156711570
},
11571+
"isStart": {
11572+
"type": "boolean",
11573+
"description": "This is whether or not the node is the start of the workflow."
11574+
},
1156811575
"metadata": {
1156911576
"type": "object",
1157011577
"description": "This is for metadata you want to store on the task."
@@ -11591,6 +11598,10 @@
1159111598
"type": "string",
1159211599
"maxLength": 80
1159311600
},
11601+
"isStart": {
11602+
"type": "boolean",
11603+
"description": "This is whether or not the node is the start of the workflow."
11604+
},
1159411605
"metadata": {
1159511606
"type": "object",
1159611607
"description": "This is for metadata you want to store on the task."
@@ -11623,6 +11634,10 @@
1162311634
"type": "string",
1162411635
"maxLength": 80
1162511636
},
11637+
"isStart": {
11638+
"type": "boolean",
11639+
"description": "This is whether or not the node is the start of the workflow."
11640+
},
1162611641
"metadata": {
1162711642
"type": "object",
1162811643
"description": "This is for metadata you want to store on the task."
@@ -11642,6 +11657,10 @@
1164211657
"say"
1164311658
]
1164411659
},
11660+
"isStart": {
11661+
"type": "boolean",
11662+
"description": "This is whether or not the node is the start of the workflow."
11663+
},
1164511664
"metadata": {
1164611665
"type": "object",
1164711666
"description": "This is for metadata you want to store on the task."
@@ -11718,6 +11737,10 @@
1171811737
"type": "string",
1171911738
"maxLength": 80
1172011739
},
11740+
"isStart": {
11741+
"type": "boolean",
11742+
"description": "This is whether or not the node is the start of the workflow."
11743+
},
1172111744
"metadata": {
1172211745
"type": "object",
1172311746
"description": "This is for metadata you want to store on the task."
@@ -11792,6 +11815,10 @@
1179211815
"type": "string",
1179311816
"maxLength": 80
1179411817
},
11818+
"isStart": {
11819+
"type": "boolean",
11820+
"description": "This is whether or not the node is the start of the workflow."
11821+
},
1179511822
"metadata": {
1179611823
"type": "object",
1179711824
"description": "This is for metadata you want to store on the task."
@@ -11818,6 +11845,10 @@
1181811845
"type": "string",
1181911846
"maxLength": 80
1182011847
},
11848+
"isStart": {
11849+
"type": "boolean",
11850+
"description": "This is whether or not the node is the start of the workflow."
11851+
},
1182111852
"metadata": {
1182211853
"type": "object",
1182311854
"description": "This is for metadata you want to store on the task."
@@ -11844,6 +11875,10 @@
1184411875
"type": "string",
1184511876
"maxLength": 80
1184611877
},
11878+
"isStart": {
11879+
"type": "boolean",
11880+
"description": "This is whether or not the node is the start of the workflow."
11881+
},
1184711882
"metadata": {
1184811883
"type": "object",
1184911884
"description": "This is for metadata you want to store on the task."
@@ -12177,6 +12212,10 @@
1217712212
"type": "string",
1217812213
"maxLength": 80
1217912214
},
12215+
"isStart": {
12216+
"type": "boolean",
12217+
"description": "This is whether or not the node is the start of the workflow."
12218+
},
1218012219
"metadata": {
1218112220
"type": "object",
1218212221
"description": "This is for metadata you want to store on the task."
@@ -14358,6 +14397,7 @@
1435814397
"description": "The voices provided by Vapi",
1435914398
"enum": [
1436014399
"Elliot",
14400+
"Kylie",
1436114401
"Rohan",
1436214402
"Lily",
1436314403
"Savannah",
@@ -15596,6 +15636,7 @@
1559615636
"description": "The voices provided by Vapi",
1559715637
"enum": [
1559815638
"Elliot",
15639+
"Kylie",
1559915640
"Rohan",
1560015641
"Lily",
1560115642
"Savannah",

0 commit comments

Comments
 (0)