ChatRequestSystemMessage interface
A request chat message containing system instructions that influence how the model will generate a chat completions response.
- Extends
Properties
content | The contents of the system message. |
role | The chat role associated with this message, which is always 'system' for system messages. |
Property Details
content
The contents of the system message.
content: string
Property Value
string
role
The chat role associated with this message, which is always 'system' for system messages.
role: "system"
Property Value
"system"