InputFileContentParam interface

A file input to the model.

Properties

filename
file_data
file_id
file_url
type

The type of the input item. Always input_file.

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"