prompts/agent.system.tools_vision.md
load images into the model for visual reasoning
args: paths list of absolute image paths or tool-returned ephemeral image refs, optional query for focused inspection
rules:
query when the visual task is narrower than the user's request or derived during the work{
"thoughts": [
"I need to compare the screenshots."
],
"headline": "Comparing screenshots",
"tool_name": "vision_load",
"tool_args": {
"paths": ["/path/to/before.png", "/path/to/after.png"],
"query": "Compare the error-banner alignment."
}
}