mirror of
https://github.com/linux-do/new-api.git
synced 2025-12-25 08:05:56 +08:00
修复vision格式问题
This commit is contained in:
@@ -19,9 +19,9 @@ type Message struct {
|
||||
}
|
||||
|
||||
type MediaMessage struct {
|
||||
Type string `json:"type"`
|
||||
Text string `json:"text"`
|
||||
ImageUrl MessageImageUrl `json:"image_url,omitempty"`
|
||||
Type string `json:"type"`
|
||||
Text string `json:"text"`
|
||||
ImageUrl any `json:"image_url,omitempty"`
|
||||
}
|
||||
|
||||
type MessageImageUrl struct {
|
||||
|
||||
Reference in New Issue
Block a user