File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 17
17
from .agent_tool import AgentTool
18
18
from .apihub_tool .apihub_toolset import APIHubToolset
19
19
from .base_tool import BaseTool
20
+ from .enterprise_search_tool import enterprise_web_search_tool as enterprise_web_search
20
21
from .example_tool import ExampleTool
21
22
from .exit_loop_tool import exit_loop
22
23
from .function_tool import FunctionTool
36
37
'APIHubToolset' ,
37
38
'AuthToolArguments' ,
38
39
'BaseTool' ,
40
+ 'enterprise_web_search' ,
39
41
'google_search' ,
40
42
'url_context' ,
41
43
'VertexAiSearchTool' ,
Original file line number Diff line number Diff line change @@ -65,3 +65,6 @@ async def process_llm_request(
65
65
'Enterprise web search tool is not supported for model'
66
66
f' { llm_request .model } '
67
67
)
68
+
69
+
70
+ enterprise_web_search_tool = EnterpriseWebSearchTool ()
You can’t perform that action at this time.
0 commit comments