You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
GET Endpoint users (func list_users()) expects two values (next_cursor and users) from� server.user_manager.list_users(cursor=cursor, limit=limit) which returns only a single list of User instances.
The text was updated successfully, but these errors were encountered:
We don't recommend using the user objects provided by letta - if you have your own notion of a user in your application, you should use the tags field in agents to tag agents with your end user IDs.
Describe the bug
GET Endpoint
users
(funclist_users()
) expects two values (next_cursor
andusers
) from�server.user_manager.list_users(cursor=cursor, limit=limit)
which returns only a single list of User instances.The text was updated successfully, but these errors were encountered: