mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: remove unused Example-related classes
PiperOrigin-RevId: 791538058
This commit is contained in:
committed by
Copybara-Service
parent
2fff882fb0
commit
e3c2bf3062
@@ -38,8 +38,6 @@ from typing_extensions import TypeAlias
|
||||
|
||||
from ..code_executors.base_code_executor import BaseCodeExecutor
|
||||
from ..events.event import Event
|
||||
from ..examples.base_example_provider import BaseExampleProvider
|
||||
from ..examples.example import Example
|
||||
from ..flows.llm_flows.auto_flow import AutoFlow
|
||||
from ..flows.llm_flows.base_llm_flow import BaseLlmFlow
|
||||
from ..flows.llm_flows.single_flow import SingleFlow
|
||||
@@ -110,7 +108,6 @@ InstructionProvider: TypeAlias = Callable[
|
||||
]
|
||||
|
||||
ToolUnion: TypeAlias = Union[Callable, BaseTool, BaseToolset]
|
||||
ExamplesUnion = Union[list[Example], BaseExampleProvider]
|
||||
|
||||
|
||||
async def _convert_tool_union_to_tools(
|
||||
|
||||
Reference in New Issue
Block a user