AxAgentContextMapSnapshot
type AxAgentContextMapSnapshot = object;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L60
Properties
evolveSteps?
optional evolveSteps: number;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L67
infiniteEvolve?
optional infiniteEvolve: boolean;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L66
maxChars?
optional maxChars: number;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L65
scores?
optional scores: Record<string, number>;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L63
steps?
optional steps: number;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L64
text
text: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L62
version
version: 1;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/contextMap.ts#L61