Boolean actions return true/false values that can be used in conditional logic (e.g., inside If blocks). They are useful for checking empty values, comparing strings for similarity, and detecting whether a flow is running in the global context.
| Action | Description |
|---|
| IsEmpty | Check if a given text value is empty. |
| IsSimilar | Check if two strings are semantically similar. |
| IsGlobal | Check if the current skill is running in the global context. |