Skip to content

Commit f022b28

Browse files
committed
update todo
1 parent 7d81de4 commit f022b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cleanlab_codex/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def validate(
222222
)
223223

224224
if is_bad_response and expert_answer is None:
225-
# Run sync operation in separate thread to avoid loop contamination
225+
# TODO: Make this async as well in the future (right now it takes 8% of the time)
226226
with ThreadPoolExecutor(max_workers=1) as executor:
227227
executor.submit(
228228
self._project._sdk_client.projects.entries.add_question,

0 commit comments

Comments
 (0)