langchain
langchain copied to clipboard
bugfix: fix some bugs in conversational_chat
- :bug: bugfix: excessive backquotes sometimes in
ConvoOutputParser
@hwchase17 - :recycle: defect: easy to change other tool response template in
ConversationalChatAgent
- :bug:
ChatPromptTemplate.from_role_strings
, fixnew ChatMessagePromptTemplate
argument name typo. @agola11