Skip to content

Commit fa78712

Browse files
Update chat.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1000a61 commit fa78712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type ChatMessageImageURL struct {
8181
Detail ImageURLDetail `json:"detail,omitempty"`
8282
}
8383

84-
// ChatMessagePartFile is a placeholder for file parts in chat messages.
84+
// ChatMessageFile is a placeholder for file parts in chat messages.
8585
type ChatMessageFile struct {
8686
FileID string `json:"file_id,omitempty"`
8787
FileName string `json:"filename,omitempty"`

0 commit comments

Comments
 (0)