We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ea72e + d55b6e4 commit 3265b39Copy full SHA for 3265b39
docs/user-guides/community/active-fence.md
@@ -31,7 +31,7 @@ ActiveFence’s ActiveScore API gives flexibility in controlling the behavior of
31
32
```colang
33
define flow activefence input moderation detailed
34
- $result = execute call activefence api(text=$user_message)
+ $result = execute call activefence api
35
36
if $result.violations.get("abusive_or_harmful.hate_speech", 0) > 0.8
37
bot inform cannot engage in abusive or harmful behavior
0 commit comments