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