mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
refactor: refactor base toolset to import from relative path
PiperOrigin-RevId: 759735824
This commit is contained in:
parent
66a6f94fbc
commit
015c667917
@ -3,8 +3,8 @@ from abc import abstractmethod
|
||||
from typing import Optional, runtime_checkable
|
||||
from typing import Protocol
|
||||
|
||||
from google.adk.agents.readonly_context import ReadonlyContext
|
||||
from google.adk.tools.base_tool import BaseTool
|
||||
from ..agents.readonly_context import ReadonlyContext
|
||||
from .base_tool import BaseTool
|
||||
|
||||
|
||||
@runtime_checkable
|
||||
|
Loading…
Reference in New Issue
Block a user