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.
InputUnion type definition
models.Input1
const value: models.Input1 = { prompt: "What is the meaning of life?", };
models.Input2
const value: models.Input2 = { messages: [ { "content": "What is the meaning of life?", "role": "user", }, ], };