ExLLM.Providers.Gemini.Content.Content (ex_llm v0.8.1)
View SourceRepresents content with a role and parts.
Summary
Types
@type t() :: %ExLLM.Providers.Gemini.Content.Content{ parts: [ExLLM.Providers.Gemini.Content.Part.t()], role: String.t() }
Represents content with a role and parts.
@type t() :: %ExLLM.Providers.Gemini.Content.Content{ parts: [ExLLM.Providers.Gemini.Content.Part.t()], role: String.t() }