View Source ExOpenAI.Components.ChatCompletionRole (ex_openai.ex v1.8.0)

Schema representing a ChatCompletionRole within the OpenAI API

            Use any of these components: {:enum, [:developer, :system, :user, :assistant, :tool, :function]}

Summary

Types

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