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
New has_text condition for asserting that specific text is contained inside the last request (#335)
Validation stage reworked. Pipeline.validation_stage, Pipeline.verbose and Context.validation fields are removed.
Added new type for annotating labels dff.script.ConstLabel (#289)
Functions cnd.exact_match and check_happy_path now accept both Message and str.
The following are now equivalent: exact_match(Message("text")) == exact_match("text")
(#337)
CLIMessengerInterface moved to messengers.console (#328)