File Search result content.

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

Properties

Properties

The results of the File Search.

type: "file_search_result"

Used as the OpenAPI type discriminator for the content oneof.