merge this (#4759)

* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
This commit is contained in:
Kian Jones
2025-09-17 15:47:40 -07:00
committed by GitHub
parent 22f70ca07c
commit b8e9a80d93
1240 changed files with 235556 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
slug: python-reference/User
---
<a id="letta.schemas.user.User"></a>
## User
```python
class User(UserBase)
```
Representation of a user.
**Arguments**:
- `id` _str_ - The unique identifier of the user.
- `name` _str_ - The name of the user.
- `created_at` _datetime_ - The creation date of the user.
<a id="letta.schemas.user.User.org_id"></a>
#### org\_id
TODO: dont make optional, and pass in default org ID