Fix - early return bug in tutorial (#560)
* fix early return bug in tutorial * contributors
This commit is contained in:
@@ -532,7 +532,7 @@
|
||||
" print(\"-\" * 50)\n",
|
||||
" try:\n",
|
||||
" response = create_agent(prompt)\n",
|
||||
" return response\n",
|
||||
" print(response)\n",
|
||||
" except Exception as e:\n",
|
||||
" print(f\"Error: {str(e)}\")\n",
|
||||
" print(\"-\" * 50)\n",
|
||||
|
||||
@@ -52,3 +52,4 @@
|
||||
- sasikiran-malladi
|
||||
- sunkavar
|
||||
- joseanavarrom
|
||||
- spencer-zepelin
|
||||
|
||||
Reference in New Issue
Block a user