Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update impersonation_human_resources.yml #911

Closed
wants to merge 1 commit into from

Conversation

morriscode
Copy link
Member

Adding cred_theft intent

Comment on lines +25 to +30
and (
any(ml.nlu_classifier(body.current_thread.text).intents,
.name != "benign"
)
or length(ml.nlu_classifier(body.current_thread.text).intents) == 0 // not benign but not malicious either
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the intent behind this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cc @aidenmitchell I think Aiden added that because we saw a null intent, which also doesn't fire !=benign

@morriscode morriscode closed this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants