Skip to content

Commit e3c2bf3

Browse files
wuliang229copybara-github
authored andcommitted
chore: remove unused Example-related classes
PiperOrigin-RevId: 791538058
1 parent 2fff882 commit e3c2bf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/google/adk/agents/llm_agent.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838

3939
from ..code_executors.base_code_executor import BaseCodeExecutor
4040
from ..events.event import Event
41-
from ..examples.base_example_provider import BaseExampleProvider
42-
from ..examples.example import Example
4341
from ..flows.llm_flows.auto_flow import AutoFlow
4442
from ..flows.llm_flows.base_llm_flow import BaseLlmFlow
4543
from ..flows.llm_flows.single_flow import SingleFlow
@@ -110,7 +108,6 @@
110108
]
111109

112110
ToolUnion: TypeAlias = Union[Callable, BaseTool, BaseToolset]
113-
ExamplesUnion = Union[list[Example], BaseExampleProvider]
114111

115112

116113
async def _convert_tool_union_to_tools(

0 commit comments

Comments
 (0)