ExLLM.Providers.Gemini.Content.Content (ex_llm v0.8.1)

View Source

Represents content with a role and parts.

Summary

Types

t()

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