Building a conversational RAG chatbot with createretrievalchain wrapped in RunnableWithMessageHistory (inputmessageskey="input", historymessageskey="chathistory", outputmessageskey="answer"). Calling astream() on the chain printed repeated warnings: Error in RootListenersTracer.onchainend callback: KeyError('answer'), while invoke() worked fine and the streamed output itself looked correct. The issue started appearing with langchain-core 0.2.23 / langchain 0.2.11; other users saw the same warning with different keys ('messagehistory', 'output').