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
RegexEvaluator only checks that a pattern matches. Sometimes you want the opposite, like failing if the output contains a refusal or a banned phrase. A mustNotMatch flag would cover negative assertions without regex lookahead tricks.
RegexEvaluatoronly checks that a pattern matches. Sometimes you want the opposite, like failing if the output contains a refusal or a banned phrase. AmustNotMatchflag would cover negative assertions without regex lookahead tricks.