Does ChatGPT allow for chaining function_calls together?
Example would be two functions: find_object, interact_with_object
Prompt: "Please go interact with a vending machine"
In this scenario, would it be possible to get ChatGPT to call find_object and then interact_with_object or is it limited to only one function call?
Thank you!