AxAgentContextMapConfig
type AxAgentContextMapConfig = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L103
Properties
map?
optional map:
| AxAgentContextMap
| AxAgentContextMapSnapshot
| string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L104
onUpdate()?
optional onUpdate: (result: AxAgentContextMapUpdateResult) => void | Promise<void>;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/contextMap.ts#L105
Parameters
| Parameter | Type |
|---|---|
result | AxAgentContextMapUpdateResult |
Returns
void | Promise<void>