gemini_delete_file {tidyllm} | R Documentation |
Delete a File from Gemini API
Description
Deletes a specific file from the Gemini API using its file ID.
Usage
gemini_delete_file(.file_name)
Arguments
.file_name |
The file ID (e.g., "files/abc-123") to delete. |
Value
Invisibly returns NULL
. Prints a confirmation message upon successful deletion.
[Package tidyllm version 0.3.4 Index]