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
3 changes: 2 additions & 1 deletion .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8357,7 +8357,8 @@ components:
description: >-
Maximum number of output tokens (including reasoning tokens) each panelist and the judge model may produce
per inner call. Controls the total output budget so reasoning-heavy models like GPT-5.5 do not exhaust their
token allowance before producing visible text. When omitted, the provider's default applies.
token allowance before producing visible text. When omitted, panelists default to 32000 and the judge to
50000.
example: 16384
type: integer
max_tool_calls:
Expand Down
Loading