Add Memory to Session

POST

Add memory to the specified session.

Path parameters

sessionIdstringRequired

The ID of the session to which memory should be added.

Request

This endpoint expects an object.
messageslist of objectsRequired

A list of message objects, where each message contains a role and content.

fact_instructionstringOptional

Deprecated

return_contextbooleanOptional

Optionally return memory context relevant to the most recent messages.

summary_instructionstringOptional

Deprecated

Response

An object, optionally containing memory context retrieved for the last message

contextstringOptional

Errors

Built with