Skip to content

Commit 78cdbb1

Browse files
langfuse-botlangfuse-bot
andauthored
feat(api): update API spec from langfuse/langfuse 34d42bc (#1443)
Co-authored-by: langfuse-bot <[email protected]>
1 parent 81bca77 commit 78cdbb1

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

langfuse/api/reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

langfuse/api/resources/observations/client.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)