docs(tools): list jpeg in binary image support

This commit is contained in:
MagMueller
2026-09-04 12:52:09 -07:00
parent aaeded1c0a
commit d828d83d7a
+1 -1
View File
@@ -1755,7 +1755,7 @@ You will be given a query and the markdown of a webpage that has been filtered t
'Write content to a file. By default this OVERWRITES the entire file - use append=true to add to an existing file, or use replace_file for targeted edits within a file. '
'FILENAME RULES: Use only letters, numbers, underscores, hyphens, dots, parentheses. Spaces are auto-converted to hyphens. '
'SUPPORTED EXTENSIONS: .txt, .md, .json, .jsonl, .csv, .html, .xml, .pdf, .docx. '
'For small images (.png, .gif, .jpg, .webp) — e.g. a tiny file to upload — set content to the '
'For small images (.png, .gif, .jpg, .jpeg, .webp) — e.g. a tiny file to upload — set content to the '
'base64 of a valid image (a 1x1 PNG is ~92 base64 chars); the bytes are decoded and written for you. '
'CANNOT write other binary files (.mp4, .zip, etc.) and do not attempt to save screenshots as files. '
'For PDF files, write content in markdown format and it will be auto-converted to PDF.'