fix: correct spelling error 'serpher' to 'serper' in Google search tool documentation

- Fixed spelling error in API key documentation across all Google search tool files
- Improved code comments in peer_agent_app Google search tool with detailed docstring
- Updated both English and Chinese documentation files
- Affects 14 files across examples, docs, and core framework

This fixes a systematic typo that was present in multiple locations throughout the codebase.
This commit is contained in:
pizza
2025-10-14 11:41:22 +08:00
parent 41c5a06600
commit 89fb4d0ac7
15 changed files with 33 additions and 25 deletions

View File

@@ -61,7 +61,7 @@ class GoogleSearchTool(Tool):
Implement the execute method of demo google search tool, using the `GoogleSerperAPIWrapper` to implement a simple Google search.
Note:
You need to sign up for a free account at https://serper.dev and get the serpher api key (2500 free queries).
You need to sign up for a free account at https://serper.dev and get the serper api key (2500 free queries).
"""
def execute(self, tool_input: ToolInput):

View File

@@ -61,7 +61,7 @@ class GoogleSearchTool(Tool):
Implement the execute method of demo google search tool, using the `GoogleSerperAPIWrapper` to implement a simple Google search.
Note:
You need to sign up for a free account at https://serper.dev and get the serpher api key (2500 free queries).
You need to sign up for a free account at https://serper.dev and get the serper api key (2500 free queries).
"""
def execute(self, input: str):