@conciergus/chat - v0.3.1
Preparing search index...
components
isToolCall
Function isToolCall
isToolCall
(
part
:
EnhancedStreamPart
,
)
:
part
is
EnhancedStreamPart
&
{
type
:
"tool-call"
;
toolCallId
:
string
;
toolName
:
string
;
}
Parameters
part
:
EnhancedStreamPart
Returns
part
is
EnhancedStreamPart
&
{
type
:
"tool-call"
;
toolCallId
:
string
;
toolName
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@conciergus/chat - v0.3.1
Loading...