How can I view all the uploaded files associated with an Azure OpenAI assistant in Python?
I’m using Python to benchmark questions from documents and have instantiated my assistant in a jupyter notebook. I’d like to confirm the assistant has the files I uploaded to it but can’t seem to find documentation on what function would be used for this. Using latest version of Python API for Azure OpenAI.