Skip to content

Commit 274f56b

Browse files
authored
genai: fix link to MIME types doc (#230)
Fixes #221.
1 parent 0633561 commit 274f56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/files.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type UploadFileOptions struct {
3939
// [http.DetectContentType].
4040
// The supported MIME types are documented on [this page].
4141
//
42-
// [this page]: https://ai.google.dev/gemini-api/docs/prompting_with_media?lang=go#supported_file_formats
42+
// [this page]: https://ai.google.dev/gemini-api/docs/document-processing?lang=go#technical-details
4343
MIMEType string
4444
}
4545

0 commit comments

Comments
 (0)