diff --git a/e2e_tests/oneclick-test.sh b/e2e_tests/oneclick-test.sh index e128c09..a414a51 100755 --- a/e2e_tests/oneclick-test.sh +++ b/e2e_tests/oneclick-test.sh @@ -6,7 +6,7 @@ # # The script assumes: # - sui CLI, jq, cargo -# - env var SUI_WALLET_PATH poiting to the wallet yaml +# - env var SUI_WALLET_PATH pointing to the wallet yaml # or it can be alternatively defined in .env file (see README) # - pwd is a git repo # diff --git a/offchain/tools/src/nexus_tools/server/crew/talus_ollama.py b/offchain/tools/src/nexus_tools/server/crew/talus_ollama.py index 860d1df..f7c751d 100644 --- a/offchain/tools/src/nexus_tools/server/crew/talus_ollama.py +++ b/offchain/tools/src/nexus_tools/server/crew/talus_ollama.py @@ -1,4 +1,4 @@ -### This class will basically overrides the LLM implementaion for Ollama as we added +### This class will basically overrides the LLM implementation for Ollama as we added ### the ability to report usage per agent request, the logic here is to be able to chrage diff --git a/offchain/tools/tests/test_agent.py b/offchain/tools/tests/test_agent.py index 313dbc3..98511ad 100644 --- a/offchain/tools/tests/test_agent.py +++ b/offchain/tools/tests/test_agent.py @@ -12,7 +12,7 @@ @pytest.mark.unit def test_create_agents_and_tasks(): request_company_descriptiondata = { - "desciption": "A tech company specializing in AI solutions.", + "description": "A tech company specializing in AI solutions.", "company_domain": "ai-tech.com", "hiring_needs": "Senior AI Engineer", "specific_benefits": "Remote work, flexible hours, stock options",