Skip to content

Commit d970292

Browse files
committed
Fix indentation in ChatMessagePart struct
Corrected the indentation of the File field in the ChatMessagePart struct for improved code readability and consistency.
1 parent 5ebd614 commit d970292

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
@@ -100,7 +100,7 @@ type ChatMessagePart struct {
100100
Type ChatMessagePartType `json:"type,omitempty"`
101101
Text string `json:"text,omitempty"`
102102
ImageURL *ChatMessageImageURL `json:"image_url,omitempty"`
103-
File *ChatMessageFile `json:"file,omitempty"`
103+
File *ChatMessageFile `json:"file,omitempty"`
104104
}
105105

106106
type ChatCompletionMessage struct {

0 commit comments

Comments
 (0)