Skip to content

Commit

Permalink
Update cell
Browse files Browse the repository at this point in the history
  • Loading branch information
badgeir committed Aug 22, 2024
1 parent fc9c7b5 commit e4fc09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
}
],
"source": [
"_ = await agent.speak(\"The grocery task is done\", history=history)\n",
"_, history= await agent.speak(\"The grocery task is done\", history=history)\n",
"\n",
"TASKS"
]
Expand Down Expand Up @@ -379,7 +379,7 @@
}
],
"source": [
"_ = await agent.speak(\"remove all completed tasks\")\n",
"_, history = await agent.speak(\"remove all completed tasks\")\n",
"\n",
"TASKS"
]
Expand Down

0 comments on commit e4fc09a

Please sign in to comment.