We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1000a61 commit fa78712Copy full SHA for fa78712
chat.go
@@ -81,7 +81,7 @@ type ChatMessageImageURL struct {
81
Detail ImageURLDetail `json:"detail,omitempty"`
82
}
83
84
-// ChatMessagePartFile is a placeholder for file parts in chat messages.
+// ChatMessageFile is a placeholder for file parts in chat messages.
85
type ChatMessageFile struct {
86
FileID string `json:"file_id,omitempty"`
87
FileName string `json:"filename,omitempty"`
0 commit comments