You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn’t manage to reproduce this with AzureOpenAI client. Is File Inputs prompts supported in Azure OpenAI? If yes, is there an exemple code block somewhere?
Thanks
Additional context
No response
The text was updated successfully, but these errors were encountered:
Azure OpenAI parity support for these embedded PDF input_file content parts isn't yet available. It's in progress now, but no ETA harder than "soon, and as soon as possible."
In the interim, although it's much more cumbersome, the functionality can be approximated by uploading the file (with a purpose of assistants, as the new user_data is also coming soon together with input_file parts) and providing a vector store ID with that file to a file_search tool configuration.
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
Hi,
I’m trying to make a prompt with an attached file using Azure OpenAI.
I followed the official OpenAI File Inputs tutorial since this part is not clearly documented on Azure docs: https://platform.openai.com/docs/guides/pdf-files?api-mode=responses&lang=python
I didn’t manage to reproduce this with AzureOpenAI client. Is File Inputs prompts supported in Azure OpenAI? If yes, is there an exemple code block somewhere?
Thanks
Additional context
No response
The text was updated successfully, but these errors were encountered: