AdvisorReasoning - Go SDK

AdvisorReasoning type definition

The Go 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
Effort*components.AdvisorReasoningEffortReasoning effort level for the advisor call.
MaxTokens*int64Maximum number of reasoning tokens the advisor may use.