Skip to content

Commit

Permalink
genai: fix link to MIME types doc
Browse files Browse the repository at this point in the history
For #221.
  • Loading branch information
jba committed Nov 25, 2024
1 parent 0633561 commit 304200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genai/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type UploadFileOptions struct {
// [http.DetectContentType].
// The supported MIME types are documented on [this page].
//
// [this page]: https://ai.google.dev/gemini-api/docs/prompting_with_media?lang=go#supported_file_formats
// [this page]: https://ai.google.dev/gemini-api/docs/document-processing?lang=go#technical-details
MIMEType string
}

Expand Down

0 comments on commit 304200a

Please sign in to comment.