mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
chore: Adds toolbox-core to deps and fixes toolbox code error.
PiperOrigin-RevId: 759802478
This commit is contained in:
committed by
Copybara-Service
parent
93e8f020ed
commit
03f167c1d3
@@ -12,9 +12,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from typing import List, Optional, override
|
||||
from typing import List
|
||||
from typing import Optional
|
||||
|
||||
import toolbox_core as toolbox
|
||||
from typing_extensions import override
|
||||
|
||||
from ..agents.readonly_context import ReadonlyContext
|
||||
from .base_tool import BaseTool
|
||||
|
||||
Reference in New Issue
Block a user