Get the real-time user profiles for long term memory
Retrieve the real-time user profiles for long-term memory. This endpoint provides access to the consolidated profile information generated from user’s memory data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to get profiles for
Number of profiles to retrieve, default is all
Max token size of returned profile content, default is all
Rank prefer topics at first to try to keep them in filtering, default order is by updated time
Only return profiles with these topics, default is all
Max subtopic size of the same topic in returned profile, default is all
Set specific subtopic limits for topics in JSON, for example {"topic1": 3, "topic2": 5}. The limits in this param will override max_subtopic_size
.
List of chats in OpenAI Message format, for example: [{"role": "user", "content": "Hello"}, {"role": "assistant", "content": "Hi"}]
Successful Response
The response is of type object
.
Get the real-time user profiles for long term memory
Retrieve the real-time user profiles for long-term memory. This endpoint provides access to the consolidated profile information generated from user’s memory data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to get profiles for
Number of profiles to retrieve, default is all
Max token size of returned profile content, default is all
Rank prefer topics at first to try to keep them in filtering, default order is by updated time
Only return profiles with these topics, default is all
Max subtopic size of the same topic in returned profile, default is all
Set specific subtopic limits for topics in JSON, for example {"topic1": 3, "topic2": 5}. The limits in this param will override max_subtopic_size
.
List of chats in OpenAI Message format, for example: [{"role": "user", "content": "Hello"}, {"role": "assistant", "content": "Hi"}]
Successful Response
The response is of type object
.