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.
OpenAIResponseCustomToolCallOutputOutput1 type definition
models.InputFile
const value: models.InputFile = { type: "input_file", };
models.InputImage
const value: models.InputImage = { detail: "auto", type: "input_image", };
models.InputText
const value: models.InputText = { text: "Hello, how can I help you?", type: "input_text", };