From 34608cc88ff1ad6a3a5a0393bef790c3936566fb Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Wed, 10 Apr 2024 20:44:15 -0400 Subject: [PATCH] fix typo --- chat-app/human_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-app/human_input.py b/chat-app/human_input.py index 546d90e..fd10524 100644 --- a/chat-app/human_input.py +++ b/chat-app/human_input.py @@ -15,7 +15,7 @@ class HumanInput(BaseTool): name: str = "human" description: str = ( - "You can ask a human user for guidance or information whenn you think you " + "You can ask a human user for guidance or information when you think you " "are stuck or you are not sure what to do next. " "The input should be a question for the human user." )