mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
add docstring
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user