From a8b5d8a9a9aac0076767c0224d34e7c7ec9523f2 Mon Sep 17 00:00:00 2001 From: "yifeng.wang" <3038880699@qq.com> Date: Fri, 2 May 2025 00:49:46 +0800 Subject: [PATCH] update prompt --- community_usecase/product_survey/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_usecase/product_survey/main.py b/community_usecase/product_survey/main.py index df1df42..20bf0c8 100644 --- a/community_usecase/product_survey/main.py +++ b/community_usecase/product_survey/main.py @@ -144,7 +144,7 @@ def construct_society(question: str) -> RolePlaying: def main(): r"""Main function to run the OWL system with an example question.""" # Default research question - default_task = "please give me a product survey report for manus product.and then make a react website for it.please make full use of the Browsertoolkit、TerminalToolkit、PyAutoGUIToolkit、FileWriteToolkit etc." + default_task = "please give me a product survey report for manus product.and then make a react website for it.finally,download the this web into pdf file and open it.please make full use of the Browsertoolkit、TerminalToolkit、PyAutoGUIToolkit、FileWriteToolkit etc." # Override default task if command line argument is provided task = sys.argv[1] if len(sys.argv) > 1 else default_task