You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the below example - i create two templates and then use them both as inputs for the response. only the first template is used (confirmed this by swapping them around). i feel something should be explicit here - you cannot set multiple templates as inputs for the response. i think this should return an error.
Agreed, we're not validating on the numbers of inputs/outputs based on node type. Ideally, this should be done at the schema validation level, but I'm not sure if JSON Schema is smart enough for this. If it isn't, we'll have to validate at runtime.
in the below example - i create two templates and then use them both as inputs for the response. only the first template is used (confirmed this by swapping them around). i feel something should be explicit here - you cannot set multiple templates as inputs for the response. i think this should return an error.
The text was updated successfully, but these errors were encountered: