Reed Bender
Reed Bender
I have received a similar error with `v0.0.103` Here is the code: ``` search = SerpAPIWrapper() tools = [ Tool( name = "Search", func=search.run, description="useful for when you need to...
I am receiving a very similar response... ``` 127.0.0.1 - - [07/Mar/2023 21:54:37] "OPTIONS /chat HTTP/1.1" 200 - Message received: Please start a conversation with me! > Entering new AgentExecutor...
I'm looking into this issue as well. Is it possible to add additional context and to the systemprompt for ConversationChain?
This seems like it would resolve my issue I am seeing [here](https://github.com/hwchase17/langchain/issues/1371#issuecomment-1459262703)... I'd like to try and implement this with the Prompt Selector offered [here](https://github.com/hwchase17/langchain/blob/master/langchain/chains/question_answering/stuff_prompt.py)... Any ideas as to when...
I am still having this problem as well. There doesn't seem to be a clear method to combine conversation memory, tools/agents, and the ChatOpenAI endpoint. I am using `ConversationalAgent.create_prompt()` to...
Still having the problem on `langchain==0.0.123`