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

AxAgentContextMapUpdateResult

TypeScript
type AxAgentContextMapUpdateResult = object;

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

Properties

changed

TypeScript
changed: boolean;

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


diagnosis?

TypeScript
optional diagnosis: string;

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


map

TypeScript
map: AxAgentContextMap;

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


mapText

TypeScript
mapText: string;

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


operations

TypeScript
operations: AxAgentContextMapOperation[];

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


skipReason?

TypeScript
optional skipReason: "evolve_steps";

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


status

TypeScript
status: "updated" | "unchanged" | "skipped";

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


step

TypeScript
step: number;

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

Docs