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

AxResolvedAutoUpgrade

TypeScript
type AxResolvedAutoUpgrade = object;

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

Properties

contextFields

TypeScript
contextFields: object;

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

enabled

TypeScript
enabled: boolean;

previewChars

TypeScript
previewChars: number;

promoteAboveChars

TypeScript
promoteAboveChars: number;

functionDiscovery

TypeScript
functionDiscovery: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/config.ts#L97

aboveFunctionDocChars

TypeScript
aboveFunctionDocChars: number;

enabled

TypeScript
enabled: boolean;
Docs