mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
SDK: support select_option and extract (#3850)
This commit is contained in:
parent
ac069838c7
commit
af9a5f31e4
21 changed files with 774 additions and 124 deletions
|
|
@ -2317,6 +2317,9 @@
|
|||
"403": {
|
||||
"description": "Unauthorized - Invalid or missing authentication"
|
||||
},
|
||||
"404": {
|
||||
"description": "Workflow run or workflow not found"
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid operation"
|
||||
},
|
||||
|
|
@ -9733,6 +9736,26 @@
|
|||
"description": "The workflow run ID used for this action"
|
||||
},
|
||||
"result": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Result",
|
||||
"description": "The result from the action (e.g., selector, value, extracted data)"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue