Gemini.Live.Message.ServerContent (GeminiEx v0.8.4)

View Source

Content response from server.

Fields

  • model_turn: Model's response turn
  • turn_complete: Whether the turn is complete
  • grounding_metadata: Grounding metadata if applicable

Summary

Types

t()

@type t() :: %Gemini.Live.Message.ServerContent{
  grounding_metadata: map() | nil,
  model_turn: (Gemini.Types.Content.t() | map()) | nil,
  turn_complete: boolean()
}