train_caption_image
Caption one training image with your own Claude subscription. Returns the caption for review—guide text steers style and an optional trigger is prepended.
Instructions
Caption ONE dataset/training image with the user's own Claude subscription (one vision turn through the Agent SDK — not a paid API). Returns the bare caption (does NOT write it — review then save with train_dataset_update, or use train_caption_dataset to write directly). Optional guide text steers the style; optional trigger is prepended by the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of an image under the training root (train_dataset_detail's datasetPath + filename). | |
| guide | No | Extra style guidance for the captioner (e.g. 'focus on outfits and backgrounds'). | |
| trigger | No | Trigger word to prepend in the caption. |