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.
OpenResponsesInput method reference
string
const value: string = "[{\"role\":\"user\",\"content\":\"What is the weather today?\"}]";
models.OpenResponsesInput1[]
const value: models.OpenResponsesInput1[] = [ { role: "user", content: "What is the weather today?", }, ];