Skip to content

Commit 3139461

Browse files
committed
deprecated
1 parent 5e9dbe3 commit 3139461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cleanlab_codex/response_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
This module is now superseded by this [Validator API](/codex/api/validator/).
33
4-
Validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
4+
Deprecated validation functions for evaluating LLM responses and determining if they should be replaced with Codex-generated alternatives.
55
"""
66

77
from __future__ import annotations

src/cleanlab_codex/types/response_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
This module is now superseded by this [Validator API](/codex/api/validator/).
33
4-
Types for response validation."""
4+
Deprecated types for response validation."""
55

66
from abc import ABC, abstractmethod
77
from collections import OrderedDict

0 commit comments

Comments
 (0)