Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
License:
agentlogs / docs /schema /user.md
jonan-richards's picture
Update dataset v0.2
d38e010
|
Raw
History Blame Contribute Delete
954 Bytes

User

Parquet table: users

Defined in agentlogs/schema/types/user.py.

Property Type GitHub field Notes
id int
found bool
found_using str (optional) 'id' | 'login'. Not set when found is false
login str (optional) Not set when found is false
created_tasks list[]
created_tasks[]
.id
str
collaborated_tasks list[] Taken from GitHub's API and may not be complete. Use together with created_tasks and sessions.
collaborated_tasks[]
.id
str
sessions list[]
sessions[]
.id
str