fix: Update getting_started.ipynb (#1761)

as titled
This commit is contained in:
Hardik Shah 2025-03-21 17:10:10 -07:00 committed by GitHub
parent 5eb15684b4
commit e4de9e59fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2012,7 +2012,7 @@
" # for chunk in response:\n", " # for chunk in response:\n",
" # print(chunk)\n", " # print(chunk)\n",
"\n", "\n",
" for log in EventLogger().log(response):\n", " for log in AgentEventLogger().log(response):\n",
" log.print()\n" " log.print()\n"
] ]
}, },
@ -4352,7 +4352,7 @@
" session_id=session_id,\n", " session_id=session_id,\n",
")\n", ")\n",
"\n", "\n",
"for log in EventLogger().log(response):\n", "for log in AgentEventLogger().log(response):\n",
" log.print()\n", " log.print()\n",
" " " "
] ]