@bootdesk/js-web-adapter-core
Preparing search index...
ChatResponse
Interface ChatResponse
interface
ChatResponse
{
attachments
?:
{
mime_type
?:
string
;
name
?:
string
;
size
?:
number
;
type
:
string
;
url
:
string
;
}
[]
;
events
?:
Record
<
string
,
unknown
>
[]
;
id
:
string
;
role
:
"assistant"
|
"user"
;
text
:
string
;
}
Index
Properties
attachments?
events?
id
role
text
Properties
Optional
attachments
attachments
?:
{
mime_type
?:
string
;
name
?:
string
;
size
?:
number
;
type
:
string
;
url
:
string
;
}
[]
Optional
events
events
?:
Record
<
string
,
unknown
>
[]
id
id
:
string
role
role
:
"assistant"
|
"user"
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
events
id
role
text
@bootdesk/js-web-adapter-core
Loading...