refactor(config): move BaseToolConfig to a separate file

PiperOrigin-RevId: 791841562
This commit is contained in:
Liang Wu
2025-08-06 14:18:20 -07:00
committed by Copybara-Service
parent 54cc849de7
commit ef837015f3
9 changed files with 139 additions and 114 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
# limitations under the License.
from google.adk.tools import VertexAiSearchTool
from google.adk.tools.base_tool import ToolConfig
from google.adk.tools.tool_configs import ToolConfig
from google.genai import types
import yaml