Preparing search index...
The search index is not available
@highlight-ai/app-runtime - v0.2.2
@highlight-ai/app-runtime
LLMMessage
Interface LLMMessage
A message to be sent to an LLM through a chat like interface.
interface
LLMMessage
{
content
:
string
;
role
:
"system"
|
"user"
|
"assistant"
;
}
Index
Properties
content
role
Properties
content
content
:
string
role
role
:
"system"
|
"user"
|
"assistant"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
role
@highlight-ai/app-runtime - v0.2.2
Loading...
A message to be sent to an LLM through a chat like interface.