Skip to content

chat_completion_role

Attributes:

Name Type Description
ChatCompletionRole

ChatCompletionRole module-attribute

ChatCompletionRole = Literal[
    "system", "user", "assistant", "tool", "function"
]