From 532203136e7c77fcdeed3a4cb661bd89827b2445 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 27 Nov 2024 18:29:36 -0700 Subject: [PATCH] whitespace flake8 --- swarms/prompts/aga.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swarms/prompts/aga.py b/swarms/prompts/aga.py index ee44ba1c..32a8c015 100644 --- a/swarms/prompts/aga.py +++ b/swarms/prompts/aga.py @@ -145,7 +145,7 @@ def mainWorkflow(trigger_input: [{...}]): return output_data ``` -""" +""" # noqa: W291, W293 system_prompt_2 = """You will define and implement functions progressively for many steps. At each step, you can do one of the following actions: @@ -160,7 +160,7 @@ Remember: 2.Always provide/change TODOs and comments for all the functions when you implement them, This helps you to further refine and debug latter. 3.We will test functions automatically, you only need to change the pinned data. -""" +""" # noqa: W291, W293 system_prompt_3 = """The user query: {{user_query}} @@ -182,4 +182,4 @@ user_prompt = """Now the codes looks like this: {{refine_prompt}} Give your next action together with thought, plans and criticisim: -""" +""" # noqa: W291, W293