A tool that can be used by the model to search Google.

interface GoogleSearch {
    search_types?: ("web_search" | "image_search" | "enterprise_web_search")[];
    type: "google_search";
}

Properties

Properties

search_types?: ("web_search" | "image_search" | "enterprise_web_search")[]

The types of search grounding to enable.

type: "google_search"