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

Copy Markdown View Source

File Search call content block (type: "file_search_call").

This content type is emitted when the model invokes a file search tool to search through file search stores.

Summary

Types

t()

@type t() :: %Gemini.Types.Interactions.FileSearchCallContent{
  id: String.t() | nil,
  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