File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3671,10 +3671,6 @@ Each filter condition has the following structure:
36713671### Structured Data
36723672- ` metadata ` (stringObject/numberObject/categoryOptions) - Metadata key-value pairs. Use ` key ` parameter to filter on specific metadata keys.
36733673
3674- ### Scores (requires join with scores table)
3675- - ` scores_avg ` (number) - Average of numeric scores (alias: ` scores ` )
3676- - ` score_categories ` (categoryOptions) - Categorical score values
3677-
36783674### Associated Trace Fields (requires join with traces table)
36793675- ` userId ` (string) - User ID from associated trace
36803676- ` traceName ` (string) - Name from associated trace
Original file line number Diff line number Diff line change @@ -210,10 +210,6 @@ def get_many(
210210 ### Structured Data
211211 - `metadata` (stringObject/numberObject/categoryOptions) - Metadata key-value pairs. Use `key` parameter to filter on specific metadata keys.
212212
213- ### Scores (requires join with scores table)
214- - `scores_avg` (number) - Average of numeric scores (alias: `scores`)
215- - `score_categories` (categoryOptions) - Categorical score values
216-
217213 ### Associated Trace Fields (requires join with traces table)
218214 - `userId` (string) - User ID from associated trace
219215 - `traceName` (string) - Name from associated trace
@@ -515,10 +511,6 @@ async def get_many(
515511 ### Structured Data
516512 - `metadata` (stringObject/numberObject/categoryOptions) - Metadata key-value pairs. Use `key` parameter to filter on specific metadata keys.
517513
518- ### Scores (requires join with scores table)
519- - `scores_avg` (number) - Average of numeric scores (alias: `scores`)
520- - `score_categories` (categoryOptions) - Categorical score values
521-
522514 ### Associated Trace Fields (requires join with traces table)
523515 - `userId` (string) - User ID from associated trace
524516 - `traceName` (string) - Name from associated trace
You can’t perform that action at this time.
0 commit comments