Skip to content

Commit 140c014

Browse files
committed
fix: update description for image_urls parameter in HandoffTool to clarify usage in multimodal tasks
1 parent 746ffd3 commit 140c014

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/core/agent/handoff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def default_parameters(self) -> dict:
4747
"image_urls": {
4848
"type": "array",
4949
"items": {"type": "string"},
50-
"description": "Optional: List of public image URLs for multi-modal tasks (e.g. video generation reference images).",
50+
"description": "Optional: An array of image sources (public HTTP URLs or local file paths) used as references in multimodal tasks such as video generation.",
5151
},
5252
"background_task": {
5353
"type": "boolean",

0 commit comments

Comments
 (0)