We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53383d commit 713d690Copy full SHA for 713d690
src/flare/scorer/jailbreak/scorer.py
@@ -59,7 +59,7 @@ async def score(
59
scoring=ScorerOutput(
60
score=1.0,
61
details={
62
- "raw_responses": model_output.raw_responses,
+ "raw_responses": sample_with_outputs.model_outputs.raw_responses,
63
"reason": "content_filter",
64
},
65
),
0 commit comments