remove order from thread/list

This commit is contained in:
Owen Lin
2025-11-02 12:15:46 -08:00
parent fbe3078c2f
commit afd59a99af
3 changed files with 4 additions and 9 deletions

View File

@@ -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>>,