Gemini.Live.Message.ServerContent (GeminiEx v0.8.4)
View SourceContent response from server.
Fields
model_turn: Model's response turnturn_complete: Whether the turn is completegrounding_metadata: Grounding metadata if applicable
Summary
Types
@type t() :: %Gemini.Live.Message.ServerContent{ grounding_metadata: map() | nil, model_turn: (Gemini.Types.Content.t() | map()) | nil, turn_complete: boolean() }