---
# 内置节点：直接提供布尔值
runtime: native
description: Provide a boolean value directly, value will be passed to downstream as true or false
displayName: Boolean
input: []
output:
  - type: bool
    name: value
    default: "false"
    required: true
    showOnNode: true
---
${USER_PROMPT}
