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

AxAgentUsedMemory

TypeScript
type AxAgentUsedMemory = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/memoriesTypes.ts#L10

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/memoriesTypes.ts#L12

Stable identifier of a memory present in inputs.memories.


reason?

TypeScript
optional reason: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/memoriesTypes.ts#L14

Short actor-declared explanation of how the memory influenced the run.


stage

TypeScript
stage: AxAgentContextStage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/memoriesTypes.ts#L16

Actor stage that declared this memory as used.

Docs