Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 418 Bytes

ChatCompletionSystemMessageParam.md

File metadata and controls

25 lines (13 loc) · 418 Bytes

ChatCompletionSystemMessageParam

Properties

Name Type Description Notes
content String
role RoleEnum

Enum: RoleEnum

Name Value
SYSTEM "system"
USER "user"
ASSISTANT "assistant"
TOOL "tool"