We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9dbe3 commit 3139461Copy full SHA for 3139461
src/cleanlab_codex/response_validation.py
@@ -1,7 +1,7 @@
1
"""
2
This module is now superseded by this [Validator API](/codex/api/validator/).
3
4
-Validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
+Deprecated validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
5
6
7
from __future__ import annotations
src/cleanlab_codex/types/response_validation.py
-Types for response validation."""
+Deprecated types for response validation."""
from abc import ABC, abstractmethod
from collections import OrderedDict
0 commit comments