Preparing search index...
The search index is not available
@wllama/wllama
@wllama/wllama
ChatCompletionAssistantMessage
Interface ChatCompletionAssistantMessage
interface
ChatCompletionAssistantMessage
{
content
?:
null
|
string
;
name
?:
string
;
role
:
"assistant"
;
tool_calls
?:
ChatCompletionToolCall
[]
;
}
Index
Properties
content?
name?
role
tool_
calls?
Properties
Optional
content
content
?:
null
|
string
Optional
name
name
?:
string
role
role
:
"assistant"
Optional
tool_
calls
tool_calls
?:
ChatCompletionToolCall
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
name
role
tool_
calls
@wllama/wllama
Loading...