add docstring

This commit is contained in:
Wendong
2025-03-08 19:13:16 +08:00
parent 2ab5d67505
commit 5aff3a0da8
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ def construct_society(question: str) -> OwlRolePlaying:
tools_list = [
*WebToolkit(
headless=False,
headless=False, # Set to True if you want to run in headless mode (e.g. on a remote server)
web_agent_model=assistant_model,
planning_agent_model=assistant_model
).get_tools(),

View File

@@ -43,7 +43,7 @@ def construct_society(question: str) -> OwlRolePlaying:
tools_list = [
*WebToolkit(
headless=False,
headless=False, # Set to True if you want to run in headless mode (e.g. on a remote server)
web_agent_model=assistant_model,
planning_agent_model=assistant_model
).get_tools(),