File Search call content block (type: "file_search_call").
type: "file_search_call"
This content type is emitted when the model invokes a file search tool to search through file search stores.
@type t() :: %Gemini.Types.Interactions.FileSearchCallContent{ id: String.t() | nil, type: String.t() }
@spec from_api(map() | nil) :: t() | nil
@spec to_api(t() | map() | nil) :: map() | nil