Using Function Calling + Code Interpreter at the same time

Hello guys,

I am trying to have an Assistant look through a CSV file and return a JSON object (success or failed):

{
"status": "success"
}

I am already able to get it to return a normal message, in a thread, with feedback on the CSV file.

However, I am not yet sure how Function Calling works, and if returning this JSON object is something it can do.

Please how should I do this?

Thanks a mil in advance.

1 Like