mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
8 lines
168 B
JSON
8 lines
168 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{ "op": "prompt", "text": "Reply with exactly the word: PONG. Do not use any tools." }
|
|
]
|
|
}
|