Preparing search index...
The search index is not available
@launchdarkly/server-sdk-ai - v0.2.0
@launchdarkly/server-sdk-ai
LDMessage
Interface LDMessage
Information about prompts.
interface
LDMessage
{
content
:
string
;
role
:
"user"
|
"assistant"
|
"system"
;
}
Index
Properties
content
role
Properties
content
content
:
string
Content for the prompt.
role
role
:
"user"
|
"assistant"
|
"system"
The role of the prompt.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
role
@launchdarkly/server-sdk-ai - v0.2.0
Loading...
Information about prompts.