File tree 1 file changed +2
-2
lines changed
samples/apps/autogen-studio/notebooks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
" # load an agent specification in JSON\n " ,
53
53
" agent_spec = json.load(open(\" agent_spec.json\" ))\n " ,
54
54
" \n " ,
55
- " # Creat a An AutoGen Workflow Configuration from the agent specification\n " ,
55
+ " # Create a An AutoGen Workflow Configuration from the agent specification\n " ,
56
56
" agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n " ,
57
57
" \n " ,
58
58
" agent_work_flow = AutoGenWorkFlowManager(agent_work_flow_config)\n " ,
308
308
" # load an agent specification in JSON\n " ,
309
309
" agent_spec = json.load(open(\" groupchat_spec.json\" ))\n " ,
310
310
" \n " ,
311
- " # Creat a An AutoGen Workflow Configuration from the agent specification\n " ,
311
+ " # Create a An AutoGen Workflow Configuration from the agent specification\n " ,
312
312
" agent_work_flow_config = AgentWorkFlowConfig(**agent_spec)\n " ,
313
313
" \n " ,
314
314
" # Create a Workflow from the configuration\n " ,
You can’t perform that action at this time.
0 commit comments