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
There is something wrong with the input provided on the run page, when we set a run input, the input is stored permanently as the default input. It seems like it sets it as the default node input instead of the graph execution input.
Setting an input here:
Is permanently changing this value:
Instead of setting the default value, we should pass the input as the request body of /graphs/{graph_id}/execute (see node_input parameter in the API route).
The text was updated successfully, but these errors were encountered:
There is something wrong with the input provided on the run page, when we set a run input, the input is stored permanently as the default input. It seems like it sets it as the default node input instead of the graph execution input.
Setting an input here:
Is permanently changing this value:
Instead of setting the default value, we should pass the input as the request body of
/graphs/{graph_id}/execute
(seenode_input
parameter in the API route).The text was updated successfully, but these errors were encountered: