FusionServerToolConfigReasoning - Go SDK

FusionServerToolConfigReasoning type definition

The Go SDK and docs are currently in beta. Report issues on GitHub.

Reasoning configuration forwarded to panelist and judge inner calls. Use this to control reasoning effort and token budget for models that support extended thinking.

Fields

FieldTypeRequiredDescription
Effort*components.FusionServerToolConfigEffortReasoning effort level for panelist and judge inner calls.
MaxTokens*int64Maximum number of reasoning tokens each panelist and judge model may use. Helps bound cost when models allocate too much budget to chain-of-thought.