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 b2ab771 commit 0ce416dCopy full SHA for 0ce416d
api/core/tools/provider/builtin/searchapi/tools/google_news.py
@@ -90,7 +90,7 @@ def _invoke(
90
gl = tool_parameters.get("gl", "us")
91
hl = tool_parameters.get("hl", "en")
92
location = tool_parameters.get("location")
93
- time_period = tool_parameters.get("time_period","last_month")
+ time_period = tool_parameters.get("time_period", "last_month")
94
95
api_key = self.runtime.credentials["searchapi_api_key"]
96
result = SearchAPI(api_key).run(
0 commit comments