fix(image-generation): align media delivery and mime handling

This commit is contained in:
Xubin Ren
2026-05-19 15:35:19 +08:00
parent d7a73093a8
commit 44b7bba9bd
3 changed files with 66 additions and 7 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ from nanobot.config.paths import get_workspace_path
media=ArraySchema(
StringSchema(""),
description=(
"Optional list of existing file paths to attach for proactive or cross-channel delivery. "
"Do not use this to resend generate_image outputs in the current chat."
"Optional list of existing file paths to attach. "
"Use artifact paths returned by generate_image here when delivering generated images."
),
),
buttons=ArraySchema(