From 39dbccf0a0a65c313375535c4097123f23500736 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:27:28 -0700 Subject: [PATCH] whitespace, comment flake8 --- swarms/prompts/tools.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/swarms/prompts/tools.py b/swarms/prompts/tools.py index e32c457b..cae16b34 100644 --- a/swarms/prompts/tools.py +++ b/swarms/prompts/tools.py @@ -5,7 +5,7 @@ Now, when you 99% sure you have completed the task, you may follow the instructi When you have finished the task from the Human, output a special token: This will enable you to leave the autonomous loop. -""" +""" # noqa: W291, W293 # Make it able to handle multi input tools @@ -31,10 +31,10 @@ commands: { } } -""" +""" # noqa: W291, W293 -########### FEW SHOT EXAMPLES ################ +#----------- FEW SHOT EXAMPLES ---------------# SCENARIOS = """ commands: { "tools": { @@ -56,7 +56,7 @@ commands: { } } -""" +""" # noqa: W291, W293 def tool_sop_prompt() -> str: @@ -123,4 +123,4 @@ def tool_sop_prompt() -> str: Please proceed with your task accordingly. - """ + """ # noqa: W291, W293