SongGuess
Preparing search index...
server/worker-configuration
ChatCompletionResponseMessage
Type Alias ChatCompletionResponseMessage
type
ChatCompletionResponseMessage
=
{
annotations
?:
ChatCompletionUrlCitation
[]
;
audio
?:
ChatCompletionAudio
;
content
:
string
|
null
;
function_call
?:
{
arguments
:
string
;
name
:
string
}
|
null
;
refusal
:
string
|
null
;
role
:
"assistant"
;
tool_calls
?:
ChatCompletionMessageToolCall
[]
;
}
Index
Properties
annotations?
audio?
content
function_
call?
refusal
role
tool_
calls?
Properties
Optional
annotations
annotations
?:
ChatCompletionUrlCitation
[]
Optional
audio
audio
?:
ChatCompletionAudio
content
content
:
string
|
null
Optional
function_
call
function_call
?:
{
arguments
:
string
;
name
:
string
}
|
null
refusal
refusal
:
string
|
null
role
role
:
"assistant"
Optional
tool_
calls
tool_calls
?:
ChatCompletionMessageToolCall
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
audio
content
function_
call
refusal
role
tool_
calls
SongGuess
Loading...