Memory Entry
This page is auto-generated from the formations OpenAPI spec. Do not edit manually — run
pnpm generate-formations-resource-docsto regenerate.
Adds a single text entry to a memory store.
Syntax
type: memory_entry
properties:
memory_id: String
content: String
source: String
Output
The physical resource ID is the public ID of the created resource. Reference it from other resources with a ref expression:
some_field:
ref: MyMemoryEntry
Properties
memory_id
Public ID of the parent memory (or ref expression)
Required: Yes Type: String
content
Text content of the memory entry
Required: Yes Type: String
source
Origin label (e.g. manual, document, import)
Required: No Type: String Nullable: Yes