Skip to content
  • 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.
inputoutput
123true
texttrue
falsefalse
0false
nullfalse

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.