Documentation Index
Fetch the complete documentation index at: https://docs.recallrai.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheUser class represents a user in your RecallrAI project. It provides methods for managing sessions, memories, messages, and merge conflicts.
Properties
Unique identifier for the user.
User metadata as an object.
UTC timestamp when the user was created.
UTC timestamp of the user’s last activity.
User Management Methods
update()
New metadata to replace the existing metadata.
Optional new user ID. Must be unique within your project.
void
Raises: UserNotFoundError, UserAlreadyExistsError
refresh()
void
Raises: UserNotFoundError
delete()
void
Raises: UserNotFoundError
Session Management Methods
createSession()
Seconds of inactivity before auto-processing. Default:
600.Optional metadata for the session.