Closed axiangcoding closed 1 year ago
I guess parent_run_id is None
means end of chain, and its output is the final output of the chain, am i right?
Hi, @axiangcoding! I'm Dosu, and I'm here to help the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale.
From what I understand, the issue you opened is about determining the final output from the load_summarize_chain
async run in the LangChain repository. You were unsure which output, either from on_chain_end
or on_llm_end
, is the final one. There hasn't been any resolution to this issue yet, and there was one comment from you asking for clarification on whether parent_run_id is None
means the end of the chain and its output is the final output.
Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself, or the issue will be automatically closed in 7 days.
Thank you for your contribution to the LangChain repository!
Discussed in https://github.com/hwchase17/langchain/discussions/5159