From 0de4719bf926863229c57c9560b700132fee085d Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Sun, 1 Feb 2026 18:04:29 -0800 Subject: [PATCH] Update API specifications with fern api update (#4599) Co-authored-by: github-actions --- fern/openapi/skyvern_openapi.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/fern/openapi/skyvern_openapi.json b/fern/openapi/skyvern_openapi.json index ad76f12a..be9a2657 100644 --- a/fern/openapi/skyvern_openapi.json +++ b/fern/openapi/skyvern_openapi.json @@ -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",