interface GoogleSearchResult {
    is_error?: boolean;
    result: GeminiNextGenAPIClient.Interactions.GoogleSearchResult[];
    signature?: string;
    type: "google_search_result";
}

Properties

is_error?: boolean
signature?: string

A signature hash for backend validation.

type: "google_search_result"