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 bfb28d2 commit 459855cCopy full SHA for 459855c
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: (Note: uncomment this to utilize Cleanlab Expert-Answers solely as a backup)
+ 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