Files
deepseek-harness/examples/acp-agent/tests/snapshots/model-switching/input.json
T

24 lines
431 B
JSON

{
"steps": [
{
"op": "initialize"
},
{
"op": "newSession"
},
{
"op": "prompt",
"text": "Without using tools, reply with exactly FLASH and stop."
},
{
"op": "setConfigOption",
"configId": "model",
"value": "[\"deepseek\",\"deepseek-v4-pro\"]"
},
{
"op": "prompt",
"text": "Without using tools, reply with exactly PRO and stop."
}
]
}