@deskcreate/agentcraft
Preparing search index...
index
StreamEvent
Type Alias StreamEvent
StreamEvent
:
|
StreamChunk
&
{
delta
:
string
;
type
:
"model_delta"
}
|
StreamChunk
&
{
toolCall
:
ToolCall
;
type
:
"tool_call"
}
|
StreamChunk
&
{
toolResult
:
ToolCallResult
;
type
:
"tool_result"
}
|
StreamChunk
&
{
finishReason
:
FinishReason
;
type
:
"final"
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@deskcreate/agentcraft
Loading...