View Source ExOpenAI.Components.ChatCompletionRole (ex_openai.ex v2.0.0-beta2)

The role of the author of a message

Type

:developer | :system | :user | :assistant | :tool | :function

Allowed Values

"developer", "system", "user", "assistant", "tool", "function"

Summary

Types

@type t() :: ((((:developer | :system) | :user) | :assistant) | :tool) | :function