Skip to main content

Documentation Index

Fetch the complete documentation index at: https://chainlit-5-wd-prompt.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

In Literal, the concept of a user is designed to seamlessly integrate with your application, allowing developers to create and manage user profiles that mirror their own application’s user base.
The user filter on threads

Create a User

identifier = "ORIGINAL_USER_ID"
new_user = await client.api.create_user(identifier=identifier)