update prompt

This commit is contained in:
yifeng.wang
2025-05-02 00:49:46 +08:00
parent cca7507dda
commit a8b5d8a9a9

View File

@@ -144,7 +144,7 @@ def construct_society(question: str) -> RolePlaying:
def main(): def main():
r"""Main function to run the OWL system with an example question.""" r"""Main function to run the OWL system with an example question."""
# Default research 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 # Override default task if command line argument is provided
task = sys.argv[1] if len(sys.argv) > 1 else default_task task = sys.argv[1] if len(sys.argv) > 1 else default_task