24 lines
431 B
JSON
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."
|
|
}
|
|
]
|
|
}
|