Search
Provides struct and type for ChatCompletionRequestMessage
@type t() :: %OpenAI.ChatCompletionRequestMessage{ content: String.t(), name: String.t() | nil, role: String.t() }