Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaAssistantMessageEvent
Interface AgenticaAssistantMessageEvent
interface
AgenticaAssistantMessageEvent
{
created_at
:
string
&
Format
<
"date-time"
>
;
id
:
string
;
join
:
()
=>
Promise
<
string
>
;
stream
:
AsyncGenerator
<
string
,
undefined
,
undefined
>
;
toHistory
:
()
=>
AgenticaAssistantMessageHistory
;
toJSON
:
()
=>
IAgenticaEventJson
.
IAssistantMessage
;
type
:
"assistantMessage"
;
}
Hierarchy
AgenticaEventBase
<
"assistantMessage"
>
AgenticaAssistantMessageEvent
Index
Properties
created_
at
id
join
stream
to
History
toJSON
type
Properties
created_
at
created_at
:
string
&
Format
<
"date-time"
>
Creation timestamp of the event.
id
id
:
string
Primary key of the event.
join
join
:
()
=>
Promise
<
string
>
stream
stream
:
AsyncGenerator
<
string
,
undefined
,
undefined
>
to
History
toHistory
:
()
=>
AgenticaAssistantMessageHistory
toJSON
toJSON
:
()
=>
IAgenticaEventJson
.
IAssistantMessage
type
type
:
"assistantMessage"
Discriminator type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
id
join
stream
to
History
toJSON
type
@agentica/webite
Loading...
Creation timestamp of the event.