feat:gemini file

This commit is contained in:
suziheng
2025-09-15 17:16:50 +08:00
parent a529eab39e
commit 974331a028
4 changed files with 45 additions and 5 deletions

View File

@@ -4,5 +4,5 @@ const (
ContentTypeText = "text"
ContentTypeImageURL = "image_url"
ContentTypeInputAudio = "input_audio"
ContentTypeInputPdf = "application/pdf"
ContentTypeInputFile = "file"
)