mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +00:00
fix: remove unnecessary line of code (#4408)
Removes unnecessary line of code in https://python.langchain.com/en/latest/use_cases/agent_simulations/two_agent_debate_tools.html
This commit is contained in:
parent
6335cb5b3a
commit
9fafe7b2b9
@ -178,9 +178,6 @@
|
||||
" Applies the chatmodel to the message history\n",
|
||||
" and returns the message string\n",
|
||||
" \"\"\"\n",
|
||||
" human_and_system_message_content = \"\\n\".join(\n",
|
||||
" [self.system_message.content] + self.message_history + [self.prefix])\n",
|
||||
"\n",
|
||||
" agent_chain = initialize_agent(\n",
|
||||
" self.tools, \n",
|
||||
" self.model, \n",
|
||||
|
Loading…
Reference in New Issue
Block a user