Model tree
OutputSchema
JSON Schema defining structured research output.OutputSchemaProperty
One property in a researchoutput_schema.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Research tools accept.
| Field | Type | Description |
|---|---|---|
properties * | map of OutputSchemaProperty | Property definitions keyed by name. |
required | string[] | Property names required in the output. |
output_schema.
| Field | Type | Description |
|---|---|---|
type * | OutputSchemaPropertyType | Property type. |
description | string | Property description. Required on top-level properties; optional on nested items. |
properties | map of OutputSchemaProperty | Nested properties when type is object. |
items | OutputSchemaProperty | Item schema when type is array. |
| Field | Type | Description |
|---|---|---|
name * | string | Filename with a .txt, .md, or .json extension. |
data * | string | Base64-encoded file contents. |
type | string | Encoding of the data field. The server applies base64 when this is absent. |
| Value |
|---|
mini |
pro |
auto |
| Value |
|---|
numbered |
mla |
apa |
chicago |
| Value |
|---|
short |
standard |
long |
| Value |
|---|
object |
string |
integer |
number |
array |
Was this page helpful?