File Search result content.

interface FileSearchResultContent {
    call_id: string;
    result?: GeminiNextGenAPIClient.Interactions.FileSearchResultContent.Result[];
    signature?: string;
    type: "file_search_result";
}

Properties

call_id: string

ID to match the ID from the file search call block.

The results of the File Search.

signature?: string

A signature hash for backend validation.

type: "file_search_result"