9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{ "op": "prompt", "text": "Reply with exactly TITLE_DONE. Do not use tools." },
|
|
{ "op": "waitForTitleAfterTurnEnd" }
|
|
]
|
|
}
|