Skip to content

Commit d013c68

Browse files
corrects silly cell execution error
1 parent cbaf404 commit d013c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-recipes/agents/04_autogen_agent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": null,
29+
"execution_count": 1,
3030
"metadata": {},
3131
"outputs": [
3232
{
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"cell_type": "code",
61-
"execution_count": null,
61+
"execution_count": 2,
6262
"metadata": {},
6363
"outputs": [
6464
{

0 commit comments

Comments
 (0)