mirror of https://github.com/microsoft/autogen.git
parent
9418b179c2
commit
da52c0246c
|
@ -52,7 +52,7 @@
|
|||
"# load an agent specification in JSON\n",
|
||||
"agent_spec = json.load(open(\"agent_spec.json\"))\n",
|
||||
"\n",
|
||||
"# Creat a An AutoGen Workflow Configuration from the agent specification\n",
|
||||
"# Create a An AutoGen Workflow Configuration from the agent specification\n",
|
||||
"agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n",
|
||||
"\n",
|
||||
"agent_work_flow = AutoGenWorkFlowManager(agent_work_flow_config)\n",
|
||||
|
@ -308,7 +308,7 @@
|
|||
"# load an agent specification in JSON\n",
|
||||
"agent_spec = json.load(open(\"groupchat_spec.json\"))\n",
|
||||
"\n",
|
||||
"# Creat a An AutoGen Workflow Configuration from the agent specification\n",
|
||||
"# Create a An AutoGen Workflow Configuration from the agent specification\n",
|
||||
"agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n",
|
||||
"\n",
|
||||
"# Create a Workflow from the configuration\n",
|
||||
|
|
Loading…
Reference in New Issue