This commit is contained in:
Vadym Barda
2024-12-10 14:19:23 -05:00
committed by GitHub
parent a7d1ecbb74
commit 3d97b97c86
@@ -31,7 +31,7 @@
" # update the state keys\n",
" \"user_info\": user_info,\n",
" # update the message history\n",
" \"messages\": [ToolMessage(\"Successfully looked up user information\", tool_call_id=\"\")]\n",
" \"messages\": [ToolMessage(\"Successfully looked up user information\", tool_call_id=tool_call_id)]\n",
" }\n",
" )\n",
"```\n",