Overview / MemoryMessage
MemoryMessage
The content of a memory message.
Properties
Property | Type |
---|---|
role | "AI" | "User" |
what | string |
when | number |
who | string |
why? | object |
why.input | string |
why.interactions? | ModelInteraction [] |
why.intermediateSteps | IntermediateStep [] |
why.memory? | WorkingMemory |