Skip to content

Commit fd9b3df

Browse files
committed
style: format structured output docs
1 parent 1a9e8e2 commit fd9b3df

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

website/docs/v6/en/guide/tools.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,17 @@ const { object } = JSON.parse(result.output);
177177

178178
### Parameters
179179

180-
| Parameter | Type | Required | Description |
181-
| --------------------- | ------- | -------- | ---------------------------------------------------------------------------- |
182-
| `schema` | object | yes | JSON Schema used to validate the output value |
183-
| `prompt` | string | yes | Non-whitespace generation or extraction instruction |
184-
| `schema_name` | string | no | 1-59 ASCII letters, digits, `_`, or `-` (default: `result`) |
185-
| `schema_description` | string | no | Synthetic-tool description, at most 4,096 bytes |
186-
| `system` | string | no | Optional system prompt, at most 32,768 bytes |
187-
| `mode` | string | no | `"auto"` / `"strict"` / `"json"` / `"tool"` / `"prompt"` (default: auto) |
188-
| `max_repair_attempts` | integer | no | 0-5 (default: 2) |
180+
| Parameter | Type | Required | Description |
181+
| --------------------- | ------- | -------- | -------------------------------------------------------------------------------- |
182+
| `schema` | object | yes | JSON Schema used to validate the output value |
183+
| `prompt` | string | yes | Non-whitespace generation or extraction instruction |
184+
| `schema_name` | string | no | 1-59 ASCII letters, digits, `_`, or `-` (default: `result`) |
185+
| `schema_description` | string | no | Synthetic-tool description, at most 4,096 bytes |
186+
| `system` | string | no | Optional system prompt, at most 32,768 bytes |
187+
| `mode` | string | no | `"auto"` / `"strict"` / `"json"` / `"tool"` / `"prompt"` (default: auto) |
188+
| `max_repair_attempts` | integer | no | 0-5 (default: 2) |
189189
| `include_raw_text` | boolean | no | Include the provider text or tool arguments used for extraction (default: false) |
190-
| `timeout_ms` | integer | no | Active generation deadline, 1,000-600,000 ms (default: 120,000) |
190+
| `timeout_ms` | integer | no | Active generation deadline, 1,000-600,000 ms (default: 120,000) |
191191

192192
### Modes
193193

0 commit comments

Comments
 (0)