9 lines
234 B
JSON
9 lines
234 B
JSON
|
|
{
|
||
|
|
"steps": [
|
||
|
|
{ "op": "initialize" },
|
||
|
|
{ "op": "newSession" },
|
||
|
|
{ "op": "prompt", "text": "Reply with exactly the word: ONE. No tools." },
|
||
|
|
{ "op": "prompt", "text": "Reply with exactly the word: TWO. No tools." }
|
||
|
|
]
|
||
|
|
}
|