FusionServerToolConfigReasoning - Python SDK

FusionServerToolConfigReasoning method reference

The Python 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
effortOptional[components.FusionServerToolConfigEffort]Reasoning effort level for panelist and judge inner calls.
max_tokensOptional[int]Maximum number of reasoning tokens each panelist and judge model may use. Helps bound cost when models allocate too much budget to chain-of-thought.