You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of redteaming.scan is this for each attack
result = {
"Vulnerability": attack.vulnerability,
"Vulnerability Type": vulnerability_type.value,
"Attack Enhancement": attack.attack_enhancement,
"Risk Category": (
risk.value if risk is not None else "Others"
),
"Input": attack.input,
"Target Output": None,
"Score": None,
"Reason": None,
"Error": None,
}
Describe the solution you'd like
I would like to have another field call 'original_input" so we can see the original (base) attack and verify it.
The text was updated successfully, but these errors were encountered:
AmineDjeghri
changed the title
Add original attack in the returned results in redteam scan
Add base attack in the returned results in redteam scan
Jan 17, 2025
Hey, i will finish customizing some stuff with deepeval then we will talk about everything needed. I already wanted to improve the templates for the missing Graders
The result of redteaming.scan is this for each attack
Describe the solution you'd like
I would like to have another field call 'original_input" so we can see the original (base) attack and verify it.
The text was updated successfully, but these errors were encountered: