Skip to content

Overview / MemoryMessage

MemoryMessage

MemoryMessage: object & { role: "AI"; why: { input: string; interactions: ModelInteraction[]; intermediateSteps: IntermediateStep[]; memory: WorkingMemory; }; } | { role: "User"; }

The content of a memory message.

Type declaration

NameType
role"AI" | "User"
whatstring
whennumber
whostring

Released under the GPL-3.0 License.