Skip to content

Commit 3265b39

Browse files
authored
Merge pull request #890 from noamlevy81/fix/activefence-docs
fix activefence rail docs
2 parents 61ea72e + d55b6e4 commit 3265b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guides/community/active-fence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ActiveFence’s ActiveScore API gives flexibility in controlling the behavior of
3131

3232
```colang
3333
define flow activefence input moderation detailed
34-
$result = execute call activefence api(text=$user_message)
34+
$result = execute call activefence api
3535
3636
if $result.violations.get("abusive_or_harmful.hate_speech", 0) > 0.8
3737
bot inform cannot engage in abusive or harmful behavior

0 commit comments

Comments
 (0)