SongGuess
Preparing search index...
server/worker-configuration
ChatCompletionContentPartFile
Type Alias ChatCompletionContentPartFile
type
ChatCompletionContentPartFile
=
{
file
:
{
file_data
?:
string
;
file_id
?:
string
;
filename
?:
string
}
;
type
:
"file"
;
}
Index
Properties
file
type
Properties
file
file
:
{
file_data
?:
string
;
file_id
?:
string
;
filename
?:
string
}
Type Declaration
Optional
file_data
?:
string
Base64 encoded file data.
Optional
file_id
?:
string
The ID of an uploaded file.
Optional
filename
?:
string
type
type
:
"file"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
type
SongGuess
Loading...
Base64 encoded file data.