Inputs
AudioInput
Used to pass audio input to agents.
One of the following types:
Remote audio (url)
type
"remote"
requiredThe type of the audio input, has to always be "remote"
path
string
requiredThe path or url to the audio file.
Base64
type
"base64"
requiredThe type of the audio input, has to always be "base64"
value
string
requiredThe base64 value of the audio.
Was this page helpful?