Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 198 Bytes

ChatCompletionRole.md

File metadata and controls

19 lines (7 loc) · 198 Bytes

ChatCompletionRole

Enum

  • SYSTEM (value: "system")

  • USER (value: "user")

  • ASSISTANT (value: "assistant")

  • TOOL (value: "tool")

  • FUNCTION (value: "function")