View Source ExOpenAI.Components.ChatCompletionRequestSystemMessage (ex_openai.ex v1.5.1)

Schema representing a ChatCompletionRequestSystemMessage within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ChatCompletionRequestSystemMessage{
  content: String.t(),
  role: :system
}