Skills/nano-banana-pro: clarify MEDIA token comment (#38063)

This commit is contained in:
Vincent Koc 2026-03-06 10:51:11 -05:00 committed by GitHub
parent 37a3fb0f86
commit 05c2cbf0e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,8 @@ def main():
if image_saved:
full_path = output_path.resolve()
print(f"\nImage saved: {full_path}")
# OpenClaw parses MEDIA: tokens (line-start, no space after colon)
# and will attach the file on supported chat providers.
# OpenClaw parses MEDIA: tokens and will attach the file on
# supported chat providers. Emit the canonical MEDIA:<path> form.
print(f"MEDIA:{full_path}")
else:
print("Error: No image was generated in the response.", file=sys.stderr)