mimiq
Preparing search index...
index
DefaultChatAdapterConfig
Interface DefaultChatAdapterConfig
interface
DefaultChatAdapterConfig
{
actionTargets
?:
Record
<
string
,
string
>
;
availableUserTools
?:
()
=>
UserToolAvailability
[]
;
idleMarker
:
string
;
input
:
string
;
messageRoleAttr
:
string
;
messageRow
:
string
;
messageText
:
string
;
send
:
string
;
snapshotMetadata
?:
()
=>
Record
<
string
,
string
|
number
|
boolean
|
null
>
;
toolCallsSelector
?:
string
;
transcript
:
string
;
workingMarker
?:
string
;
}
Index
Properties
action
Targets?
available
User
Tools?
idle
Marker
input
message
Role
Attr
message
Row
message
Text
send
snapshot
Metadata?
tool
Calls
Selector?
transcript
working
Marker?
Properties
Optional
action
Targets
actionTargets
?:
Record
<
string
,
string
>
Optional
available
User
Tools
availableUserTools
?:
()
=>
UserToolAvailability
[]
idle
Marker
idleMarker
:
string
input
input
:
string
message
Role
Attr
messageRoleAttr
:
string
message
Row
messageRow
:
string
message
Text
messageText
:
string
send
send
:
string
Optional
snapshot
Metadata
snapshotMetadata
?:
()
=>
Record
<
string
,
string
|
number
|
boolean
|
null
>
Optional
tool
Calls
Selector
toolCallsSelector
?:
string
transcript
transcript
:
string
Optional
working
Marker
workingMarker
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Targets
available
User
Tools
idle
Marker
input
message
Role
Attr
message
Row
message
Text
send
snapshot
Metadata
tool
Calls
Selector
transcript
working
Marker
mimiq
Loading...