How to use the LLM step output in other steps
person["Age"]
.
split(separator)
in JavaScript) and return the value.
parseInt(string-value)
in JavaScript) and return
the results.
For Booleans, you can simply use a conditional statement (if ... else ...
) to return
the corresponding Boolean value (True or False).