Output True False for any input content. By default, when the incoming content is false, undefined, null,0,none, false will be output.
You can also add custom rules to supplement the output of false. Each line represents a matching rule and supports regular expressions.
Example
- Do not fill in any custom False rules.
input | output |
---|---|
123 | true |
text | true |
false | false |
0 | false |
null | false |
Function: Let the large model output fixed content after making judgments, and determine whether to trigger subsequent modules based on the response content of the large model.