docs: backfill env template and migration notes for M2
This commit is contained in:
@@ -28,8 +28,11 @@ def _mini_harness_db(path):
|
||||
" completion_tokens INTEGER, stop_reason TEXT, steps_json TEXT)"
|
||||
)
|
||||
steps = [
|
||||
{"thought": f"思考{i}", "tool_call": {"tool": "view_node", "args": {"i": i}},
|
||||
"tool_output": f"输出{i}" * 50}
|
||||
{
|
||||
"thought": f"思考{i}",
|
||||
"tool_call": {"tool": "view_node", "args": {"i": i}},
|
||||
"tool_output": f"输出{i}" * 50,
|
||||
}
|
||||
for i in range(3)
|
||||
]
|
||||
conn.execute(
|
||||
|
||||
Reference in New Issue
Block a user