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.
ResponseFormatTextConfig method reference
models.ResponsesFormatText
const value: models.ResponsesFormatText = { type: "text", };
models.ResponsesFormatJSONObject
const value: models.ResponsesFormatJSONObject = { type: "json_object", };
models.ResponsesFormatTextJSONSchemaConfig
const value: models.ResponsesFormatTextJSONSchemaConfig = { type: "json_schema", name: "<value>", schema: { "key": "<value>", "key1": "<value>", }, };