Skip to main content

Memory

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

Creates a named memory store that actors can read from and write to across conversations.

Syntax

type: memory
properties:
name: String
description: String
tags: 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: MyMemory

Properties

name

Memory display name

Required: Yes Type: String


description

What this memory stores

Required: No Type: String Nullable: Yes


tags

Tag strings for filtering

Required: No Type: Array of String Nullable: Yes