Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -31974,6 +31974,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32140,6 +32148,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32300,6 +32316,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -32385,6 +32409,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down Expand Up @@ -56217,6 +56249,14 @@
}
]
},
"squadOverrides": {
"description": "These are the overrides for the `squad` or `squadId`'s member settings and template variables.\nThis will apply to all members of the squad.",
"allOf": [
{
"$ref": "#/components/schemas/AssistantOverrides"
}
]
},
"workflowId": {
"type": "string",
"description": "This is the workflow that will be used for the call. To use a transient workflow, use `workflow` instead.\n\nTo start a call with:\n- Assistant, use `assistant` or `assistantId`\n- Squad, use `squad` or `squadId`\n- Workflow, use `workflow` or `workflowId`"
Expand Down