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