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