Parameters for creating a new thread.
create_params = {
"thread_id": UUID("123e4567-e89b-12d3-a456-426614174000"),
"metadata": {"owner": "user123"},
"if_exists": "do_nothing"
}ThreadsCreate()typing.TypedDict| Name | Type |
|---|---|
| thread_id | UUID |
| metadata | MetadataInput |
| if_exists | OnConflictBehavior |
| ttl | ThreadTTL |