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

AxAgentContextMapOptions

TypeScript
type AxAgentContextMapOptions = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L70

Properties

evolveSteps?

TypeScript
optional evolveSteps: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L73


infiniteEvolve?

TypeScript
optional infiniteEvolve: boolean;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L72


maxChars?

TypeScript
optional maxChars: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L71

Docs