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

AxAgentContextMapConfig

TypeScript
type AxAgentContextMapConfig = object;

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

Properties

map?

TypeScript
optional map: 
  | AxAgentContextMap
  | AxAgentContextMapSnapshot
  | string;

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


onUpdate()?

TypeScript
optional onUpdate: (result: AxAgentContextMapUpdateResult) => void | Promise<void>;

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

Parameters

ParameterType
resultAxAgentContextMapUpdateResult

Returns

void | Promise<void>

Docs