Files
ds2api/tests/compat/fixtures/toolcalls/standalone_fenced_example.json
2026-03-01 07:15:35 +08:00

6 lines
164 B
JSON

{
"mode": "standalone",
"text": "```json\n{\"tool_calls\":[{\"name\":\"read_file\",\"input\":{\"path\":\"README.MD\"}}]}\n```",
"tool_names": ["read_file"]
}