跳转到主要内容
SEO Title

category

Body

application/json
messages
object[]

An array of message objects representing the content of the memory. Each message object typically contains 'role' and 'content' fields, where 'role' indicates the sender either 'user' or 'assistant' and 'content' contains the actual message text. This structure allows for the representation of conversations or multi-part memories.

 

agent_id
string | null

The unique identifier of the agent associated with this memory.

user_id
string | null

The unique identifier of the user associated with this memory.

app_id
string | null

The unique identifier of the application associated with this memory.

run_id
string | null

The unique identifier of the run associated with this memory.

metadata
object | null

Additional metadata associated with the memory, which can be used to store any additional information or context about the memory. Best practice for incorporating additional information is through metadata (e.g. location, time, ids, etc.). During retrieval, you can either use these metadata alongside the query to fetch relevant memories or retrieve memories based on the query first and then refine the results using metadata during post-processing.

 
includes
string | null

String to include the specific preferences in the memory.

Minimum length: 1
excludes
string | null

String to exclude the specific preferences in the memory.

Minimum length: 1
infer
boolean
default:true

Wether to infer the memories or directly store the messages.

output_format
string | null
default:v1.0

It two output formats: v1.0 (default) and v1.1. We recommend using v1.1 as v1.0 will be deprecated soon.

custom_categories
object | null

A list of categories with category name and it's description.

 
custom_instructions
string | null

Defines project-specific guidelines for handling and organizing memories. When set at the project level, they apply to all new memories in that project.

immutable
boolean
default:false

Whether the memory is immutable.

async_mode
boolean
default:false

Whether to add the memory completely asynchronously.

timestamp
integer | null

The timestamp of the memory. Format: Unix timestamp

expiration_date
string | null

The date and time when the memory will expire. Format: YYYY-MM-DD

org_id
string | null

The unique identifier of the organization associated with this memory.

project_id
string | null

The unique identifier of the project associated with this memory.

version
string | null

The version of the memory to use. The default version is v1, which is deprecated. We recommend using v2 for new applications.

文章链接

标签