fix: mistral

This commit is contained in:
1808837298@qq.com
2025-02-22 16:29:48 +08:00
parent 0333576bee
commit 991b6f8bb0
4 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ type Message struct {
type MediaContent struct {
Type string `json:"type"`
Text string `json:"text"`
Text string `json:"text,omitempty"`
ImageUrl any `json:"image_url,omitempty"`
InputAudio any `json:"input_audio,omitempty"`
}