Skip to content

Commit 54e866b

Browse files
committed
Update response_validation.py docstring to indicate module deprecation in favor of the new Validator API.
1 parent be4745c commit 54e866b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cleanlab_codex/response_validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
This module is now superseded by this [Validator API](/codex/api/validator/).
3+
24
Validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
35
"""
46

0 commit comments

Comments
 (0)