Skip to content

Commit 62d6f17

Browse files
committed
f rdm
1 parent c32e4a6 commit 62d6f17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,12 @@ curl -X POST http://localhost:8080/run \
466466
| `appendSystemPrompt` | string | Append to the default system prompt | _(none)_ |
467467
| `jsonSchema` | string | JSON Schema for structured output | _(none)_ |
468468
| `effort` | string | Reasoning effort (`low`, `medium`, `high`, `max`) | _(none)_ |
469+
| `outputFormat` | string | Response format: `json` or `json-verbose` (includes tool call history) | `json` |
469470
| `noContinue` | bool | Start fresh (don't continue previous conversation) | `false` |
470471
| `resume` | string | Resume a specific session by ID | _(none)_ |
471472
| `fireAndForget` | bool | Don't kill the process if the client disconnects | `false` |
472473

473-
Returns `application/json` (same format as `--output-format json`). Returns **409** if the workspace is already busy.
474+
Returns `application/json`. Default format is `json` (same as `--output-format json`). Use `json-verbose` to get a `turns` array with every tool call and result (see [output formats](#output-formats) above). Returns **409** if the workspace is already busy.
474475

475476
**`GET /files/{path}`** — list directory or download file:
476477

0 commit comments

Comments
 (0)