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

Properties

is_error?: boolean
signature?: string

A signature hash for backend validation.

type: "url_context_result"