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

AxAgentMemoryResult

TypeScript
type AxAgentMemoryResult = object;

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

Properties

content

TypeScript
content: string;

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

Opaque markdown body (frontmatter, if any, is not parsed).


id

TypeScript
id: string;

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

Stable identifier — dedup key and label in inputs.memories.

Docs