snow-flow 10.0.1-dev.447 → 10.0.1-dev.448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -802,7 +802,7 @@ export const toolDefinition: MCPToolDefinition = {
|
|
|
802
802
|
},
|
|
803
803
|
logic_type: {
|
|
804
804
|
type: 'string',
|
|
805
|
-
description: 'Flow logic type for add_flow_logic. Looked up dynamically in sys_hub_flow_logic_definition. Common values: IF, FOR_EACH, DO_UNTIL, SWITCH'
|
|
805
|
+
description: 'Flow logic type for add_flow_logic. Looked up dynamically in sys_hub_flow_logic_definition. Common values: IF, FOR_EACH, DO_UNTIL, SWITCH. Note: IF does NOT require an Else block — if the condition is false the flow simply continues to the next step. Only add Else if explicitly requested.'
|
|
806
806
|
},
|
|
807
807
|
logic_inputs: {
|
|
808
808
|
type: 'object',
|