Files
deepseek-harness/examples/acp-agent/tests/snapshots/read-image-text-route/input.json
T

15 lines
307 B
JSON
Raw Normal View History

{
"steps": [
{
"op": "initialize"
},
{
"op": "newSession"
},
{
"op": "prompt",
"text": "Use read_image on red.png in the current directory. If the tool refuses because the current model is text-only, reply with exactly the single word UNAVAILABLE."
}
]
}