Closed rudolfolah closed 1 year ago
The current code will overwrite the starting input vars using the output of the previous prompt.
The fix is to update the input vars dictionary that is passed to the prompt that is being run. This requires that input var names are unique.
The current code will overwrite the starting input vars using the output of the previous prompt.
The fix is to update the input vars dictionary that is passed to the prompt that is being run. This requires that input var names are unique.