|
|
@ -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",
|
|
|
|