AdvisorReasoning - Python SDK

AdvisorReasoning method reference

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

Reasoning configuration forwarded to the advisor call. Use this to control reasoning effort and token budget for models that support extended thinking.

Fields

FieldTypeRequiredDescription
effortOptional[components.AdvisorReasoningEffort]Reasoning effort level for the advisor call.
max_tokensOptional[int]Maximum number of reasoning tokens the advisor may use.