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 7d81de4 commit f022b28Copy full SHA for f022b28
src/cleanlab_codex/validator.py
@@ -222,7 +222,7 @@ def validate(
222
)
223
224
if is_bad_response and expert_answer is None:
225
- # Run sync operation in separate thread to avoid loop contamination
+ # TODO: Make this async as well in the future (right now it takes 8% of the time)
226
with ThreadPoolExecutor(max_workers=1) as executor:
227
executor.submit(
228
self._project._sdk_client.projects.entries.add_question,
0 commit comments