mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
Update API specifications with fern api update (#4599)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
f857cbcf35
commit
0de4719bf9
1 changed files with 8 additions and 4 deletions
|
|
@ -15169,9 +15169,11 @@
|
|||
"generate_metadata",
|
||||
"extract_loop_values",
|
||||
"generate_task_in_loop",
|
||||
"generate_general_task"
|
||||
"generate_general_task",
|
||||
"termination"
|
||||
],
|
||||
"title": "ThoughtScenario"
|
||||
"title": "ThoughtScenario",
|
||||
"description": "Scenario in which a thought was generated.\n\nNote: Stored as VARCHAR in the database (not a PostgreSQL ENUM), so new values\ncan be added without database migrations. See observer_thoughts.observer_thought_scenario column."
|
||||
},
|
||||
"ThoughtType": {
|
||||
"type": "string",
|
||||
|
|
@ -15180,9 +15182,11 @@
|
|||
"metadata",
|
||||
"user_goal_check",
|
||||
"internal_plan",
|
||||
"failure_describe"
|
||||
"failure_describe",
|
||||
"termination"
|
||||
],
|
||||
"title": "ThoughtType"
|
||||
"title": "ThoughtType",
|
||||
"description": "Type of thought recorded during task execution.\n\nNote: Stored as VARCHAR in the database (not a PostgreSQL ENUM), so new values\ncan be added without database migrations. See observer_thoughts.observer_thought_type column."
|
||||
},
|
||||
"TotpType": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue