AxAIAnthropicEffortLevelMapping
type AxAIAnthropicEffortLevelMapping = object;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L60
Properties
high?
optional high: AxAIAnthropicEffortLevel;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L64
highest?
optional highest: AxAIAnthropicEffortLevel;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L65
low?
optional low: AxAIAnthropicEffortLevel;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L62
medium?
optional medium: AxAIAnthropicEffortLevel;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L63
minimal?
optional minimal: AxAIAnthropicEffortLevel;
Defined in: https://github.com/ax-llm/ax/blob/71ea5064d766efdc031d375243a8e525911833e7/src/ax/ai/anthropic/types.ts#L61