/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Full tool manifest for Gemini 3 models. * Allows model-specific optimizations of descriptions and schemas. */ import type { CoreToolSet } from '../types.js'; /** * Gemini 3 tool set. Initially a copy of the default legacy set. */ export declare const GEMINI_3_SET: CoreToolSet;