Skip to content

Commit

Permalink
docs: update tutorial.ipynb (#2606)
Browse files Browse the repository at this point in the history
Creat -> Create
  • Loading branch information
eltociear committed May 6, 2024
1 parent 9418b17 commit da52c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/apps/autogen-studio/notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit da52c02

Please sign in to comment.