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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/memoriesHelpers.ts#L9

Properties

content

TypeScript
content: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/memoriesHelpers.ts#L11


id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/agentInternal/memoriesHelpers.ts#L10

Docs