chore: remove unused Example-related classes

PiperOrigin-RevId: 791538058
This commit is contained in:
Liang Wu
2025-08-05 23:26:06 -07:00
committed by Copybara-Service
parent 2fff882fb0
commit e3c2bf3062
-3
View File
@@ -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(