File URL option for the GenAI File API #118
Labels
component:examples
Issues/PR referencing examples folder
component:quickstarts
Issues/PR referencing quickstarts folder
type:feature request
New feature request/enhancement
Description of the feature request:
At the moment a file path has to be utilised:
mimeType: mime.lookup(filePath),
. However it would be helpful if a file URL could also be used instead of a local file path:mimeType: mime.lookup(rawfileURL),
What problem are you trying to solve with this feature?
No response
Any other information you'd like to share?
(Sorry if this is the wrong place to request a feature like this...*
The text was updated successfully, but these errors were encountered: