ExLLM.Gemini.Content.Content (ex_llm v0.5.0)

View Source

Represents content with a role and parts.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Content.Content{
  parts: [ExLLM.Gemini.Content.Part.t()],
  role: String.t()
}