Skip to content

Commit 1c9f012

Browse files
committed
add docstring
1 parent 469166b commit 1c9f012

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

langfuse/_client/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,8 @@ def run_experiment(
25142514
If `data` are Langfuse dataset items, the metadata will be attached to the dataset run, too.
25152515
25162516
Returns:
2517-
ExperimentResult dictionary containing:
2517+
ExperimentResult containing:
2518+
- run_name: The experiment run name. This is equal to the dataset run name if experiment was on Langfuse dataset.
25182519
- item_results: List of results for each processed item with outputs and evaluations
25192520
- run_evaluations: List of aggregate evaluation results for the entire run
25202521
- dataset_run_id: ID of the dataset run (if using Langfuse datasets)

0 commit comments

Comments
 (0)