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.

name

An optional name for the participant.

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

name

An optional name for the participant.

name?: string

Property Value

string

role

The chat role associated with this message, which is always 'system' for system messages.

role: "system"

Property Value

"system"