set_description
Save a description of a WhatsApp image to cache after viewing it via get_image, so future requests reuse the description without re-analyzing the image.
Instructions
After viewing an image via get_image, save your description back to the cache. Future briefs reuse it without re-asking Claude (so each image only costs vision tokens once). Pass chatId + msgId + description (1-2 sentences ideally).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msgId | Yes | ||
| chatId | Yes | ||
| description | Yes |