Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@nestia/agent
INestiaAgentEvent
IText
Interface IText
Event of text message.
interface
IText
{
role
:
"assistant"
|
"user"
;
text
:
string
;
type
:
"text"
;
}
Hierarchy
IBase
<
"text"
>
IText
Index
Properties
role
text
type
Properties
role
role
:
"assistant"
|
"user"
Role of the orator.
text
text
:
string
The text content.
type
type
:
"text"
Discriminator type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
text
type
Nestia API Documents
Loading...
Event of text message.