Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Formats type definition
models.FormatTextConfig
const value: models.FormatTextConfig = { type: "text", };
models.FormatJsonObjectConfig
const value: models.FormatJsonObjectConfig = { type: "json_object", };
models.FormatJsonSchemaConfig
const value: models.FormatJsonSchemaConfig = { name: "<value>", schema: {}, type: "json_schema", };