@cloudbase/aiagent-framework
Preparing search index...
SendMessageInput
Interface SendMessageInput
interface
SendMessageInput
{
conversationId
?:
string
;
files
?:
string
[]
;
history
?:
ChatHistoryItem
[]
;
msg
:
string
;
searchEnable
?:
boolean
;
}
Index
Properties
conversation
Id?
files?
history?
msg
search
Enable?
Properties
Optional
conversation
Id
conversationId
?:
string
Optional
files
files
?:
string
[]
Optional
history
history
?:
ChatHistoryItem
[]
msg
msg
:
string
Optional
search
Enable
searchEnable
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
files
history
msg
search
Enable
@cloudbase/aiagent-framework
Loading...