We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fff882 commit e3c2bf3Copy full SHA for e3c2bf3
src/google/adk/agents/llm_agent.py
@@ -38,8 +38,6 @@
38
39
from ..code_executors.base_code_executor import BaseCodeExecutor
40
from ..events.event import Event
41
-from ..examples.base_example_provider import BaseExampleProvider
42
-from ..examples.example import Example
43
from ..flows.llm_flows.auto_flow import AutoFlow
44
from ..flows.llm_flows.base_llm_flow import BaseLlmFlow
45
from ..flows.llm_flows.single_flow import SingleFlow
@@ -110,7 +108,6 @@
110
108
]
111
109
112
ToolUnion: TypeAlias = Union[Callable, BaseTool, BaseToolset]
113
-ExamplesUnion = Union[list[Example], BaseExampleProvider]
114
115
116
async def _convert_tool_union_to_tools(
0 commit comments