weaviate-agents
Preparing search index...
ChatMessage
Type Alias ChatMessage
A single chat message in a conversation context passed to the Query Agent.
type
ChatMessage
=
{
content
:
string
;
role
:
"user"
|
"assistant"
;
}
Index
Properties
content
role
Properties
content
content
:
string
role
role
:
"user"
|
"assistant"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
role
weaviate-agents
Loading...
A single chat message in a conversation context passed to the Query Agent.