We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469166b commit 1c9f012Copy full SHA for 1c9f012
1 file changed
langfuse/_client/client.py
@@ -2514,7 +2514,8 @@ def run_experiment(
2514
If `data` are Langfuse dataset items, the metadata will be attached to the dataset run, too.
2515
2516
Returns:
2517
- ExperimentResult dictionary containing:
+ ExperimentResult containing:
2518
+ - run_name: The experiment run name. This is equal to the dataset run name if experiment was on Langfuse dataset.
2519
- item_results: List of results for each processed item with outputs and evaluations
2520
- run_evaluations: List of aggregate evaluation results for the entire run
2521
- dataset_run_id: ID of the dataset run (if using Langfuse datasets)
0 commit comments