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.
ResponseFormat type definition
models.ChatFormatGrammarConfig
const value: models.ChatFormatGrammarConfig = { grammar: "root ::= \"yes\" | \"no\"", type: "grammar", };
models.FormatJsonObjectConfig
const value: models.FormatJsonObjectConfig = { type: "json_object", };
models.ChatFormatJsonSchemaConfig
const value: models.ChatFormatJsonSchemaConfig = { jsonSchema: { name: "math_response", }, type: "json_schema", };
models.ChatFormatPythonConfig
const value: models.ChatFormatPythonConfig = { type: "python", };
models.ChatFormatTextConfig
const value: models.ChatFormatTextConfig = { type: "text", };