Update API specifications with fern api update (#4599)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2026-02-01 18:04:29 -08:00
committed by GitHub
parent f857cbcf35
commit 0de4719bf9

View File

@@ -15169,9 +15169,11 @@
"generate_metadata", "generate_metadata",
"extract_loop_values", "extract_loop_values",
"generate_task_in_loop", "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": { "ThoughtType": {
"type": "string", "type": "string",
@@ -15180,9 +15182,11 @@
"metadata", "metadata",
"user_goal_check", "user_goal_check",
"internal_plan", "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": { "TotpType": {
"type": "string", "type": "string",