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