coldbydefault-portfolio
Preparing search index...
types/chatbot
ChatMessage
Interface ChatMessage
ChatBot Interface Types
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.
interface
ChatMessage
{
content
:
string
;
id
:
string
;
role
:
"user"
|
"assistant"
|
"system"
;
status
?:
"error"
|
"sending"
|
"sent"
;
timestamp
:
Date
;
}
Index
Properties
content
id
role
status?
timestamp
Properties
content
content
:
string
id
id
:
string
role
role
:
"user"
|
"assistant"
|
"system"
Optional
status
status
?:
"error"
|
"sending"
|
"sent"
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
role
status
timestamp
coldbydefault-portfolio
Loading...
ChatBot Interface Types
Author
ColdByDefault
Copyright
2025 ColdByDefault. All Rights Reserved.