diff --git a/astrbot/core/agent/message.py b/astrbot/core/agent/message.py index 11128c0f6..4a2e1b149 100644 --- a/astrbot/core/agent/message.py +++ b/astrbot/core/agent/message.py @@ -76,7 +76,7 @@ class ImageURLPart(ContentPart): """The ID of the image, to allow LLMs to distinguish different images.""" type: str = "image_url" - image_url: str + image_url: ImageURL class AudioURLPart(ContentPart):