We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71efd5 commit 89222ddCopy full SHA for 89222dd
tests/test_datasets.py
@@ -220,7 +220,7 @@ def test_get_dataset_runs():
220
221
langfuse.flush()
222
time.sleep(1) # Give API time to process
223
- runs = langfuse.api.datasets.get_runs(dataset_name)
+ runs = langfuse.get_dataset_runs(dataset_name)
224
225
assert len(runs.data) == 2
226
assert runs.data[0].name == run_name_2
0 commit comments