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

Properties

Properties

type: "file_search_result"

Used as the OpenAPI type discriminator for the content oneof.