MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / search_general

Function search_general

bmtools/tools/google_serper/api.py:120–122  ·  view source on GitHub ↗

Run query through GoogleSearch and parse result.

(query : str)

Source from the content-addressed store, hash-verified

118
119 @tool.get("/search_general")
120 def search_general(query : str):
121 """Run query through GoogleSearch and parse result."""
122 return str(api_wrapper.run(query))
123
124 return tool

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected