AxSelfTuningConfig Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxSelfTuningConfig.md type AxSelfTuningConfig

AxSelfTuningConfig

TypeScript
type AxSelfTuningConfig = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L96

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?

TypeScript
optional functions: AxInputFunctionType;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L104

Pool of functions the LLM can activate/deactivate per step.


model?

TypeScript
optional model: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L98

Let the LLM pick from available models.


temperature?

TypeScript
optional temperature: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L102

Let the LLM adjust sampling temperature.


thinkingBudget?

TypeScript
optional thinkingBudget: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L100

Let the LLM adjust reasoning depth.

Docs