Skip to content

Commit 86707d9

Browse files
authored
Update validator.py
1 parent ae49baf commit 86707d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cleanlab_codex/validator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def validate(
182182
loop.close()
183183
if is_bad_response:
184184
if expert_answer == None:
185+
# TODO: Make this async as well
185186
self._project._sdk_client.projects.entries.add_question(
186187
self._project._id, question=query,
187188
).model_dump()

0 commit comments

Comments
 (0)