acecalisto3 commited on
Commit
86887f4
·
verified ·
1 Parent(s): 787e5ff

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +1 -3
prompts.py CHANGED
@@ -307,9 +307,7 @@ Purpose:
307
  ["action: TEST-CODE action_input=factorial.py", "Code tested successfully."],
308
  ["action: INTEGRATE-CODE", "Code integrated successfully."],
309
  ["action: TEST-APP", "App tested successfully."],
310
- ["action: GENERATE-REPORT", "Report generated successfully."],
311
- ],
312
- )
313
 
314
  if __name__ == "__main__":
315
  iface.launch(share=True)
 
307
  ["action: TEST-CODE action_input=factorial.py", "Code tested successfully."],
308
  ["action: INTEGRATE-CODE", "Code integrated successfully."],
309
  ["action: TEST-APP", "App tested successfully."],
310
+ ["action: GENERATE-REPORT", "Report generated successfully."]"""
 
 
311
 
312
  if __name__ == "__main__":
313
  iface.launch(share=True)