Memories

Update Memory

Update a specific memory in both database and vector store.

put/assistants/{assistant_id}/memories/{memory_id}

Path parameters

assistant_idstring uuid required
memory_idstring required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Request body

contentstring required

The memory content/text

metadataobject nullable

Additional metadata for the memory

Response

Successful Response

idstring required

Unique memory identifier

contentstring required

The memory content

metadataobject nullable

Memory metadata

scorenumber nullable

Relevance score for search results

created_atstring nullable

Memory creation timestamp

updated_atstring nullable

Memory update timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.