whitespace flake8

pull/735/head
evelynmitchell 5 months ago
parent 1fa72ba4bb
commit 532203136e

@ -145,7 +145,7 @@ def mainWorkflow(trigger_input: [{...}]):
return output_data 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: 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. 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. 3.We will test functions automatically, you only need to change the pinned data.
""" """ # noqa: W291, W293
system_prompt_3 = """The user query: system_prompt_3 = """The user query:
{{user_query}} {{user_query}}
@ -182,4 +182,4 @@ user_prompt = """Now the codes looks like this:
{{refine_prompt}} {{refine_prompt}}
Give your next action together with thought, plans and criticisim: Give your next action together with thought, plans and criticisim:
""" """ # noqa: W291, W293

Loading…
Cancel
Save