Skip to content

Commit

Permalink
quick bug fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662878834
Change-Id: Ib17e99c7a167cec029b014b58b86637812e2addd
  • Loading branch information
vezhnick authored and copybara-github committed Aug 14, 2024
1 parent 96f05d0 commit c321a84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/tutorials/agent_development.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,10 @@
"\n",
"\n",
" question_components = _make_question_components(\n",
" model=model, clock=clock, measurements=measurements\n",
" agent_name=agent_name,\n",
" model=model,\n",
" clock=clock,\n",
" measurements=measurements\n",
" )\n",
"\n",
" core_components = (\n",
Expand Down

0 comments on commit c321a84

Please sign in to comment.