Skip to content

Commit c187e90

Browse files
tweaks
1 parent 3abbe0e commit c187e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/galileo/__future__/log_stream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,11 @@ def set_metrics(
395395
396396
Args:
397397
metrics: List of metrics to set. Supports:
398-
- GalileoScorers enum values (e.g., GalileoScorers.correctness)
398+
- Metric.scorers values (e.g., Metric.scorers.correctness) - Recommended
399399
- Metric objects (including from Metric.get(id="..."))
400400
- LocalMetricConfig objects for custom scoring functions
401401
- String names of built-in metrics
402+
- GalileoScorers enum values (backward compatible)
402403
403404
Returns
404405
-------

0 commit comments

Comments
 (0)