docs: update tutorial.ipynb (#2606)

Creat -> Create
This commit is contained in:
Ikko Eltociear Ashimine 2024-05-07 01:26:49 +09:00 committed by GitHub
parent 9418b179c2
commit da52c0246c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",