How to implement and pass functions to the assistant? In the asynchronous streaming example from Azure
My problem is passing functions to the assistant, I don’t understand how to properly pass their result to the assistant. The results of the sending are visible in the logs, but the assistant receives that he did not receive the result and the function is currently unavailable json {"function_error": "find_and_get_doctors_info", "error": "Function is not available."}
How to implement and pass functions to the assistant? In the asynchronous streaming example from Azure
My problem is passing functions to the assistant, I don’t understand how to properly pass their result to the assistant. The results of the sending are visible in the logs, but the assistant receives that he did not receive the result and the function is currently unavailable json {"function_error": "find_and_get_doctors_info", "error": "Function is not available."}