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

Properties

content

TypeScript
content: string;

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


id

TypeScript
id: string;

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

Docs