update colab notebook with README examples

pull/460/head
evelynmitchell 12 months ago
parent a983a25a2e
commit 69822ec815

@ -1310,7 +1310,7 @@
" # Customize the run method\n", " # Customize the run method\n",
" response = super().run(task, *args, **kwargs)\n", " response = super().run(task, *args, **kwargs)\n",
" # Additional custom logic\n", " # Additional custom logic\n",
" return response`\n", " return response\n",
"\n", "\n",
"# Model\n", "# Model\n",
"agent = MyCustomAgent()\n", "agent = MyCustomAgent()\n",

Loading…
Cancel
Save