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

AxAgentMemoryEntry

TypeScript
type AxAgentMemoryEntry = object;

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

Properties

content

TypeScript
content: string;

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


id

TypeScript
id: string;

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

Docs