Skip to content

Commit 7f6c6ba

Browse files
committed
fixing typo in the code
1 parent f15118e commit 7f6c6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_langchain_agent.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
" agent=\"conversational-react-description\", \n",
872872
" memory=memory, verbose=True)\n",
873873
"question1 = \"我有一张订单,一直没有收到,能麻烦帮我查一下吗?\"\n",
874-
"answer1 = conversation_agent.run(question)\n",
874+
"answer1 = conversation_agent.run(question1)\n",
875875
"print(answer1)"
876876
]
877877
},

0 commit comments

Comments
 (0)