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 325c5af commit b5faf3fCopy full SHA for b5faf3f
src/cleanlab_codex/experimental/strands/cleanlab_model.py
@@ -600,7 +600,7 @@ def cleanlab_get_final_response(
600
601
is_replaced = False
602
final_response = initial_response
603
- if results.expert_answer and results.escalated_to_sme:
+ if results.expert_answer: # and results.escalated_to_sme: (Note: uncomment this to utilize Cleanlab Expert-Answers solely as a backup)
604
final_response = results.expert_answer
605
is_replaced = True
606
elif results.should_guardrail:
0 commit comments