From eac9ed9aaffb64a67f9fc513d41203d5084dfab0 Mon Sep 17 00:00:00 2001 From: Archento Date: Mon, 9 Sep 2024 15:21:03 +0200 Subject: [PATCH] Revert "chore(core): fix some comments (#525)" This reverts commit 40587c82905a263e58872f1f2a81c688f170f4de. --- integrations/CONTRIBUTING.md | 2 +- integrations/finbert/src/agents/finbert_agent.py | 2 +- .../hackathons/career-craft/src/agents/resume creation/agent.py | 2 +- integrations/seo-agent/wrapper.py | 2 +- python/docs/installation.md | 2 +- python/scripts/do_release.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integrations/CONTRIBUTING.md b/integrations/CONTRIBUTING.md index 5cbddb4a..b82b9f38 100644 --- a/integrations/CONTRIBUTING.md +++ b/integrations/CONTRIBUTING.md @@ -56,4 +56,4 @@ Further details on `conventional commits` can be found here: str: """ - Compares 2 websites based on keywords and return a assessment why one is better ranked than the other + Compares 2 websites based on keywords and return a assesment why one is better ranked than the other """ prompt = f""" diff --git a/python/docs/installation.md b/python/docs/installation.md index 4526b09a..e20113ca 100644 --- a/python/docs/installation.md +++ b/python/docs/installation.md @@ -5,7 +5,7 @@ The system requirements for the Python μAgents package are as follows, but libraries for more platforms and languages will be released soon. !!! Info "System requirements" - The Python μAgents package runs on `Ubuntu/Debian`, `MacOS`, and `Windows`. + The Python μAgents pacakge runs on `Ubuntu/Debian`, `MacOS`, and `Windows`. You need Python 3.8, 3.9, 3.10 or 3.11 on your system. diff --git a/python/scripts/do_release.py b/python/scripts/do_release.py index 12fc9676..48fe1c0d 100755 --- a/python/scripts/do_release.py +++ b/python/scripts/do_release.py @@ -92,7 +92,7 @@ def upload_packages(self): stderr=sys.stderr, ) if result.returncode != 0: - raise RuntimeError("Upload packages failed!") + raise RuntimeError("Upload pacakges failed!") def main(self): """Run release process."""