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