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
parallel_dir_loader
mbchang 1 year ago committed by GitHub
parent 6335cb5b3a
commit 9fafe7b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save