1
0
mirror of synced 2026-05-22 22:53:35 +00:00

Fix - early return bug in tutorial (#560)

* fix early return bug in tutorial

* contributors
This commit is contained in:
Spencer Zepelin
2025-11-04 16:24:49 -06:00
committed by GitHub
parent 782ded3be8
commit 7fed4a6d52
2 changed files with 2 additions and 1 deletions
@@ -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",
+1
View File
@@ -52,3 +52,4 @@
- sasikiran-malladi
- sunkavar
- joseanavarrom
- spencer-zepelin