diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-06 02:45:39 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-07-06 02:45:39 +0000 |
| commit | 9e23134b7cc583538f2b9667ffa251b575985bc6 (patch) | |
| tree | 674e1cb34d2dc5fc4a264fea9f79fa194f5bde2e /tools/search_wikipedia.sh | |
| parent | 02067cd913b53fd04b9d7287a396825c65092ae8 (diff) | |
| download | llm-functions-docker-9e23134b7cc583538f2b9667ffa251b575985bc6.tar.gz | |
refactor: improve code quality
Diffstat (limited to 'tools/search_wikipedia.sh')
| -rwxr-xr-x | tools/search_wikipedia.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/search_wikipedia.sh b/tools/search_wikipedia.sh index b352e40..8f055a4 100755 --- a/tools/search_wikipedia.sh +++ b/tools/search_wikipedia.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# @describe Searche Wikipedia for a query. +# @describe Search Wikipedia for a query. # Uses it to get detailed information about a public figure, interpretation of a complex scientific concept or in-depth connectivity of a significant historical event,. # @option --query! The query to search for. |
