Update API specifications with fern api update (#3771)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -465,7 +465,7 @@
|
|||||||
"Workflows"
|
"Workflows"
|
||||||
],
|
],
|
||||||
"summary": "Get Workflows",
|
"summary": "Get Workflows",
|
||||||
"description": "Get all workflows with the latest version for the organization.",
|
"description": "Get all workflows with the latest version for the organization.\n\nSearch semantics:\n- If `search_key` is provided, its value is used as a unified search term for both\n `workflows.title` and workflow parameter metadata (key, description, and default_value for\n `WorkflowParameterModel`).\n- Falls back to deprecated `title` (title-only search) if `search_key` is not provided.\n- Parameter metadata search excludes soft-deleted parameter rows across all parameter tables.",
|
||||||
"operationId": "get_workflows_v1_workflows_get",
|
"operationId": "get_workflows_v1_workflows_get",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
@@ -510,15 +510,37 @@
|
|||||||
"title": "Only Workflows"
|
"title": "Only Workflows"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "search_key",
|
||||||
|
"in": "query",
|
||||||
|
"required": false,
|
||||||
|
"schema": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Unified search across workflow title and parameter metadata (key, description, default_value).",
|
||||||
|
"title": "Search Key"
|
||||||
|
},
|
||||||
|
"description": "Unified search across workflow title and parameter metadata (key, description, default_value)."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"required": false,
|
"required": false,
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
"description": "Deprecated: use search_key instead.",
|
||||||
|
"deprecated": true,
|
||||||
"default": "",
|
"default": "",
|
||||||
"title": "Title"
|
"title": "Title"
|
||||||
}
|
},
|
||||||
|
"description": "Deprecated: use search_key instead.",
|
||||||
|
"deprecated": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "template",
|
"name": "template",
|
||||||
@@ -2744,6 +2766,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -2963,11 +2990,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -4317,6 +4339,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"code": {
|
"code": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Code"
|
"title": "Code"
|
||||||
@@ -5011,6 +5038,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Url"
|
"title": "Url"
|
||||||
@@ -5097,6 +5129,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -5309,11 +5346,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -5496,6 +5528,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -5715,11 +5752,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -6074,6 +6106,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"file_url": {
|
"file_url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "File Url"
|
"title": "File Url"
|
||||||
@@ -6209,6 +6246,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"storage_type": {
|
"storage_type": {
|
||||||
"$ref": "#/components/schemas/FileStorageType",
|
"$ref": "#/components/schemas/FileStorageType",
|
||||||
"default": "s3"
|
"default": "s3"
|
||||||
@@ -6480,6 +6522,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"loop_blocks": {
|
"loop_blocks": {
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
@@ -6830,6 +6877,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"method": {
|
"method": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Method",
|
"title": "Method",
|
||||||
@@ -7154,6 +7206,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -7373,11 +7430,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -7669,6 +7721,22 @@
|
|||||||
"pbs_123456"
|
"pbs_123456"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"browser_address": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Browser Address",
|
||||||
|
"description": "The CDP address for the task.",
|
||||||
|
"examples": [
|
||||||
|
"http://127.0.0.1:9222",
|
||||||
|
"ws://127.0.0.1:9222/devtools/browser/1234567890"
|
||||||
|
]
|
||||||
|
},
|
||||||
"extra_http_headers": {
|
"extra_http_headers": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -7846,6 +7914,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -8058,11 +8131,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -8647,6 +8715,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"file_url": {
|
"file_url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "File Url"
|
"title": "File Url"
|
||||||
@@ -9002,6 +9075,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"smtp_host": {
|
"smtp_host": {
|
||||||
"$ref": "#/components/schemas/AWSSecretParameter"
|
"$ref": "#/components/schemas/AWSSecretParameter"
|
||||||
},
|
},
|
||||||
@@ -9437,6 +9515,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -9656,11 +9739,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -10466,6 +10544,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Prompt"
|
"title": "Prompt"
|
||||||
@@ -10597,6 +10680,11 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Max Steps",
|
"title": "Max Steps",
|
||||||
"default": 25
|
"default": 25
|
||||||
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -10638,6 +10726,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"llm_key": {
|
"llm_key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Llm Key",
|
"title": "Llm Key",
|
||||||
@@ -11077,6 +11170,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"path": {
|
"path": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
@@ -11175,6 +11273,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -11387,11 +11490,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -11520,6 +11618,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"task_type": {
|
"task_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Task Type",
|
"title": "Task Type",
|
||||||
@@ -11739,11 +11842,6 @@
|
|||||||
"title": "Cache Actions",
|
"title": "Cache Actions",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"disable_cache": {
|
|
||||||
"type": "boolean",
|
|
||||||
"title": "Disable Cache",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"complete_verification": {
|
"complete_verification": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Complete Verification",
|
"title": "Complete Verification",
|
||||||
@@ -11851,6 +11949,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Parameter Keys"
|
"title": "Parameter Keys"
|
||||||
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -11924,6 +12027,11 @@
|
|||||||
],
|
],
|
||||||
"title": "Model"
|
"title": "Model"
|
||||||
},
|
},
|
||||||
|
"disable_cache": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Disable Cache",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"wait_sec": {
|
"wait_sec": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "Wait Sec"
|
"title": "Wait Sec"
|
||||||
@@ -13701,6 +13809,34 @@
|
|||||||
"title": "Run Type",
|
"title": "Run Type",
|
||||||
"description": "Type of run - always workflow_run for workflow runs"
|
"description": "Type of run - always workflow_run for workflow runs"
|
||||||
},
|
},
|
||||||
|
"run_with": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Run With",
|
||||||
|
"description": "Whether the workflow run was executed with agent or code",
|
||||||
|
"examples": [
|
||||||
|
"agent",
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ai_fallback": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Ai Fallback",
|
||||||
|
"description": "Whether to fallback to AI if code run fails."
|
||||||
|
},
|
||||||
"run_request": {
|
"run_request": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user