opik 1.7.32 → 1.7.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -327,6 +327,7 @@ interface FindExperimentsRequest {
327
327
  datasetDeleted?: boolean;
328
328
  promptId?: string;
329
329
  sorting?: string;
330
+ filters?: string;
330
331
  }
331
332
 
332
333
  /**
@@ -327,6 +327,7 @@ interface FindExperimentsRequest {
327
327
  datasetDeleted?: boolean;
328
328
  promptId?: string;
329
329
  sorting?: string;
330
+ filters?: string;
330
331
  }
331
332
 
332
333
  /**