Ask a question to get started
Enter to sendā¢Shift+Enter new line
Convert tools to google-genai Tool objects.
Tool
Each special tool type (google_search, google_maps, url_context, etc.) must be in its own Tool object due to protobuf oneof constraints.
google_search
google_maps
url_context
convert_to_genai_function_declarations( tools: _ToolsType, ) -> list[types.Tool]