@ptkl/sdk - v1.12.0
Preparing search index...
v0.10/types/kortex
SendMessagePayload
Type Alias SendMessagePayload
type
SendMessagePayload
=
{
agent_uuid
?:
string
;
content
:
string
;
images
?:
string
[]
;
page_context
?:
PageContext
;
stream
?:
boolean
;
tool_results
?:
ToolResultPayload
[]
;
tools
?:
Record
<
string
,
any
>
[]
;
}
Index
Properties
agent_
uuid?
content
images?
page_
context?
stream?
tool_
results?
tools?
Properties
Optional
agent_
uuid
agent_uuid
?:
string
content
content
:
string
Optional
images
images
?:
string
[]
Optional
page_
context
page_context
?:
PageContext
Optional
stream
stream
?:
boolean
Optional
tool_
results
tool_results
?:
ToolResultPayload
[]
Optional
tools
tools
?:
Record
<
string
,
any
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent_
uuid
content
images
page_
context
stream
tool_
results
tools
@ptkl/sdk - v1.12.0
Loading...