File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- The ` select ` operation chooses between two values based on a simple string
2- condition . It enables basic control flow within Gendo pipelines by selecting
1+ The ` select ` operation chooses between two values based on a simple
2+ conditions . It enables basic control flow within Gendo pipelines by selecting
33either a ` trueValue ` or a ` falseValue ` depending on whether the ` condition `
4- string exactly matches ` "true" ` (case-insensitive). This operation is
5- compatible with local text-based models, which typically produce plain textual
6- answers.
4+ string exactly matches ` "true" ` (case-insensitive).
75
86The syntax of the ` select ` operation is as follows:
97
10- select [ destination] condition trueValue falseValue
8+ select [ destination] value trueValue falseValue
119
1210The ` destination ` identifier is optional. If omitted, the result is bound to
1311the special slot ` _ ` . The ` condition ` is required and must be a
You can’t perform that action at this time.
0 commit comments