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
When I try to upload sample output data in JSON format in a node, there is a problem when typing into second string.
screen-capture.webm
Steps To Reproduce
Go to projects (if you don't have one - create new)
Click + to add new node
Choose Open AI (or other node)
On right side of the screen you should see Output segment - click on it
Click Define -> Upload Sample Output Data
Try writing something like:
{
"message" : "My name is ..."
}
Expected behavior
When trying to write JSON format file, every time you type something inside second string -> program 'breaks' you out of that string and leaves you outside curly brackets.