Gemini.Types.Interactions.MCPServerToolCallContent (GeminiEx v0.9.0)

Copy Markdown View Source

MCP server tool call content block (type: "mcp_server_tool_call").

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.MCPServerToolCallContent{
  arguments: map(),
  id: String.t(),
  name: String.t(),
  server_name: String.t(),
  type: String.t()
}

Functions

from_api(content)

@spec from_api(map() | nil) :: t() | nil

to_api(map)

@spec to_api(t() | map() | nil) :: map() | nil