SongGuess
Preparing search index...
server/worker-configuration
AssistantMessage
Type Alias AssistantMessage
type
AssistantMessage
=
{
audio
?:
{
id
:
string
}
;
content
?:
string
|
null
|
AssistantMessageContentPart
[]
;
function_call
?:
{
arguments
:
string
;
name
:
string
}
;
name
?:
string
;
refusal
?:
string
|
null
;
role
:
"assistant"
;
tool_calls
?:
ChatCompletionMessageToolCall
[]
;
}
Index
Properties
audio?
content?
function_
call?
name?
refusal?
role
tool_
calls?
Properties
Optional
audio
audio
?:
{
id
:
string
}
Optional
content
content
?:
string
|
null
|
AssistantMessageContentPart
[]
Optional
function_
call
function_call
?:
{
arguments
:
string
;
name
:
string
}
Optional
name
name
?:
string
Optional
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
audio
content
function_
call
name
refusal
role
tool_
calls
SongGuess
Loading...