@conciergus/chat - v0.3.1
Preparing search index...
index
hasEnhancedFeatures
Function hasEnhancedFeatures
hasEnhancedFeatures
(
hook
:
EnhancedConciergusHookReturn
,
)
:
hook
is
EnhancedConciergusHookReturn
&
{
chatStore
:
ChatStore
<
any
,
any
>
;
modelManager
:
ModelManager
;
telemetry
:
TelemetryManager
;
updateConfig
:
(
updates
:
Partial
<
ConciergusConfig
>
)
=>
void
;
}
Type guard to check if enhanced features are available
Parameters
hook
:
EnhancedConciergusHookReturn
Returns
hook
is
EnhancedConciergusHookReturn
&
{
chatStore
:
ChatStore
<
any
,
any
>
;
modelManager
:
ModelManager
;
telemetry
:
TelemetryManager
;
updateConfig
:
(
updates
:
Partial
<
ConciergusConfig
>
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@conciergus/chat - v0.3.1
Loading...
Type guard to check if enhanced features are available