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

Properties

call_id: string

Required. ID to match the ID from the function call block.

signature?: string

A signature hash for backend validation.

type: "file_search_result"