Skip to main content

Memory Entry

This page is auto-generated from the formations OpenAPI spec. Do not edit manually — run pnpm generate-formations-resource-docs to regenerate.

Adds a single text entry to a memory store.

Syntax

type: memory_entry
properties:
memory_id: String
content: String
source_type: String
tags: String[]
metadata: Object

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_type

How this entry was created (defaults to manual)

Required: No Type: String Nullable: Yes


tags

Per-entry tag strings for entry-granularity filtering

Required: No Type: Array of String Nullable: Yes


metadata

Arbitrary structured metadata attached to the entry

Required: No Type: Object Nullable: Yes