mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
remove order from thread/list
This commit is contained in:
@@ -245,8 +245,6 @@ pub struct ThreadListParams {
|
||||
pub cursor: Option<String>,
|
||||
/// Optional page size; defaults to a reasonable server-side value.
|
||||
pub limit: Option<i32>,
|
||||
/// Optional sort order; defaults to descending.
|
||||
pub order: Option<SortOrder>,
|
||||
/// Optional provider filter; when set, only sessions recorded under these
|
||||
/// providers are returned. When present but empty, includes all providers.
|
||||
pub model_providers: Option<Vec<String>>,
|
||||
|
||||
Reference in New Issue
Block a user