AxAgentContextMapOptions
type AxAgentContextMapOptions = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/contextMap.ts#L70
Properties
evolveSteps?
optional evolveSteps: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/contextMap.ts#L73
infiniteEvolve?
optional infiniteEvolve: boolean;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/contextMap.ts#L72
maxChars?
optional maxChars: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/agent/contextMap.ts#L71