Parameters for searching threads.
Called for searches to threads or runs.
ThreadsSearch()typing.TypedDict| Name | Type |
|---|---|
| metadata | MetadataInput |
| values | MetadataInput |
| status | ThreadStatus | None |
| limit | int |
| offset | int |
| ids | Sequence[UUID] | None |
| thread_id | UUID | None |
typing.Optional metadata to filter by.
typing.Optional values to filter by.
typing.Optional status to filter by.
Maximum number of results to return.
Offset for pagination.
typing.Optional list of thread IDs to filter by.
typing.Optional thread ID to filter by.