Skip to content

Commit 2443bc6

Browse files
committed
Updated 2nd TLMOptions link
1 parent 5f01003 commit 2443bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cleanlab_tlm/utils/rag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ class EvalMetric(TypedDict):
706706
score (float, optional): score between 0-1 corresponding to the evaluation metric.
707707
A higher score indicates a higher rating for the specific evaluation criteria being measured.
708708
709-
log (dict, optional): additional logs and metadata, reported only if the `log` key was specified in `TLMOptions`.
709+
log (dict, optional): additional logs and metadata, reported only if the `log` key was specified in [TLMOptions](../tlm/#class-tlmoptions).
710710
"""
711711

712712
score: Optional[float]

0 commit comments

Comments
 (0)