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.
Variables method reference
string
const value: string = "<value>";
models.ResponseInputText
const value: models.ResponseInputText = { type: "input_text", text: "Hello, how can I help you?", };
models.ResponseInputImage
const value: models.ResponseInputImage = { type: "input_image", detail: "auto", };
models.ResponseInputFile
const value: models.ResponseInputFile = { type: "input_file", };