Ask the LLM about a TOP (multimodal)
copilot_visionCapture a TOP as a preview image and query a multimodal LLM for answers about its visual content. Enables direct visual analysis and inspection.
Instructions
Capture a TOP as a preview image and ask the configured multimodal LLM a question about it. Numeric-loopback endpoints need no extra opt-in; remote, client-managed, or unknown backends require allow_remote_image_egress=true for that frame. Returns redacted egress locality/transport and calibration: not_checked; this read-only tool is NOT the calibrated visual-mutation authority. Uses ctx.llm.complete() with an image part. Different from caption_top, which is deterministic-by-default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Width to render the preview at before sending. | |
| height | No | Height to render the preview at before sending. | |
| system | No | Optional system instruction (defaults to a TouchDesigner vision-assistant prompt). | |
| question | Yes | Question or instruction about the image (e.g. 'what colors dominate?'). | |
| max_tokens | No | Upper bound on response tokens. | |
| source_top | Yes | Path of the TOP to send to the vision LLM. | |
| allow_remote_image_egress | No | Explicitly allow this captured frame to leave numeric loopback through a remote OpenAI-compatible endpoint or MCP sampling client. Required for every non-loopback call. |