leewsimpson
Results
1
issues of
leewsimpson
using CHAT_CONVERSATIONAL_REACT_DESCRIPTION the agent does not chain together tools - only the first iteration, then stops. The other AgenTypes work as expected. ``` memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True) llm = AzureChatOpenAI(...