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.
EasyInputMessageContentUnion1 type definition
models.InputText
const value: models.InputText = { text: "Hello, how can I help you?", type: "input_text", };
models.EasyInputMessageContentInputImage
const value: models.EasyInputMessageContentInputImage = { detail: "auto", type: "input_image", };
models.InputFile
const value: models.InputFile = { type: "input_file", };
models.InputAudio
const value: models.InputAudio = { inputAudio: { data: "SGVsbG8gV29ybGQ=", format: "mp3", }, type: "input_audio", };
models.InputVideo
const value: models.InputVideo = { type: "input_video", videoUrl: "https://example.com/video.mp4", };