From 864ccb2cae63e1d90d830ef04842062f51a6d61d Mon Sep 17 00:00:00 2001 From: Richard Decal Date: Sat, 19 Oct 2024 00:21:56 -0400 Subject: [PATCH] Fix typo: too -> to --- src/marvin/ai/prompts/text_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marvin/ai/prompts/text_prompts.py b/src/marvin/ai/prompts/text_prompts.py index 2edd3b459..f22f77e60 100644 --- a/src/marvin/ai/prompts/text_prompts.py +++ b/src/marvin/ai/prompts/text_prompts.py @@ -35,7 +35,7 @@ - When providing a string response, do not return JSON or a quoted string unless they provided instructions requiring it. If you do return JSON, it must be valid and parseable including double quotes. - - When converting too bool, treat "truthy" values as true + - When converting to bool, treat "truthy" values as true """ )