AxSelfTuningConfig
type AxSelfTuningConfig = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L88
Configuration for LLM self-tuning capabilities.
When enabled, an adjustGeneration function is auto-injected
that lets the LLM adjust its own generation parameters.
Properties
functions?
optional functions: AxInputFunctionType;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L96
Pool of functions the LLM can activate/deactivate per step.
model?
optional model: boolean;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L90
Let the LLM pick from available models.
temperature?
optional temperature: boolean;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L94
Let the LLM adjust sampling temperature.
thinkingBudget?
optional thinkingBudget: boolean;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L92
Let the LLM adjust reasoning depth.