InputFileContentParam interface
A file input to the model.
Property Details
filename
filename?: string
Property Value
string
file_data
file_data?: string
Property Value
string
file_id
file_id?: string
Property Value
string
file_url
file_url?: string
Property Value
string
type
The type of the input item. Always input_file.
type: "input_file"
Property Value
"input_file"