Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ components:
effort:
description: Reasoning effort level for the advisor call.
enum:
- max
- xhigh
- high
- medium
Expand Down Expand Up @@ -4745,6 +4746,7 @@ components:
effort:
description: Constrains effort on reasoning for reasoning models
enum:
- max
- xhigh
- high
- medium
Expand All @@ -4763,6 +4765,7 @@ components:
Shorthand for setting reasoning effort. Equivalent to setting reasoning.effort. Cannot be used
simultaneously with reasoning.effort if they differ.
enum:
- max
- xhigh
- high
- medium
Expand Down Expand Up @@ -8205,6 +8208,7 @@ components:
effort:
description: Reasoning effort level for panelist and judge inner calls.
enum:
- max
- xhigh
- high
- medium
Expand Down Expand Up @@ -18462,6 +18466,7 @@ components:
type: response.reasoning_text.done
ReasoningEffort:
enum:
- max
- xhigh
- high
- medium
Expand Down Expand Up @@ -19922,6 +19927,7 @@ components:
effort:
description: Reasoning effort level for the subagent call.
enum:
- max
- xhigh
- high
- medium
Expand Down
Loading