Assistants API function calling, how to submit response or get the JSON?

Hello, has anyone successfully implemented function calling with the Assistants API? In the playground it asks you for a response like {success: “true”} but in the API it just says that the run status = requires action but I cannot find how to submit a response, or how to even get the JSON format it should output? Couldn’t find any examples on the internet either. I am using JS but couldn’t find anything in Python either. Any input will be highly appreciated.

1 Like

submit the “output” node with the content that the requested function has provided upon the requested parameterization, such as:

“output”: “weather is good, enjoy at 23°C”