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

Schema representing a ChatCompletionRequestSystemMessage within the OpenAI API

Summary

Types

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