From a83717a3c4ac3b127414d1bfd7cb6abc732051e7 Mon Sep 17 00:00:00 2001 From: Mic Neale Date: Wed, 18 Sep 2024 11:25:35 +1000 Subject: [PATCH] typo --- src/goose/toolkit/reasoner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goose/toolkit/reasoner.py b/src/goose/toolkit/reasoner.py index 84824db0d..dfb990b2c 100644 --- a/src/goose/toolkit/reasoner.py +++ b/src/goose/toolkit/reasoner.py @@ -26,7 +26,7 @@ def message_content(self, content: Content) -> Text: @tool def deep_debug(self, problem:str) -> str: """ - Thius tool can assist with debugging when there are errors or problems when trying things + This tool can assist with debugging when there are errors or problems when trying things and other approaches haven't solved it. It will take a minute to think about it and consider solutions.