Final Answer streaming
If streaming is enabled at the LLM level, Langchain will only stream the intermediate steps. You can enable final answer streaming by passingstream_final_answer=True to the callback handler.
stream_final_answer=True to the callback handler.