I created new gpt-4o-2024-5-13 Assistant with Function calling tool, then implemented my function for getting data for user by his name… During run, he chose correct function, but when I want to submit the output, nothing happens. The button does not even look like it was clicked, it is still the same color as before. Submitting output is about 8000 characters long. When I tried to shorten it just for 1750, it worked… Problem is that I need to import the whole 8000 character long JSON file…
I found out, that submit button does not work if only in the JSOB object (from which I want retrieve some data) is parameter
“_permissions”:[{“name”:“READ”}]
if I remove the {“name”:“READ”} from the array and leave the “_permissions” array empty, then submit button works… I don’t understand why it is having problem with this particular parameter… I also tried to add other parameters to main JSON object, so the whole object is longer than it was with the problematic one and works fine… Can anyone help please?
Here’s a work-around. I am assuming you are copy-pasting the response to the input. After you copy-pasted the response, edit part of it (e.g. like remove one quote and type it again). And… press Submit.
Thanks this is the exact solution. It looks like the input field require at least ONE typed character to be considered valid. Simply deleting one character and retyping it is enough.