From bee59b4689fe23dce1450bde1a5d96b0aa52ee61 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 24 Apr 2023 22:28:47 -0700 Subject: [PATCH] Updated missing refactor in docs "return_map_steps" (#2956) (#3469) Minor rename in the documentation that was overlooked when refactoring. --------- Co-authored-by: Ehmad Zubair --- docs/modules/chains/index_examples/qa_with_sources.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/index_examples/qa_with_sources.ipynb b/docs/modules/chains/index_examples/qa_with_sources.ipynb index 7fc94d08..2db1c116 100644 --- a/docs/modules/chains/index_examples/qa_with_sources.ipynb +++ b/docs/modules/chains/index_examples/qa_with_sources.ipynb @@ -267,7 +267,7 @@ "source": [ "**Intermediate Steps**\n", "\n", - "We can also return the intermediate steps for `map_reduce` chains, should we want to inspect them. This is done with the `return_map_steps` variable." + "We can also return the intermediate steps for `map_reduce` chains, should we want to inspect them. This is done with the `return_intermediate_steps` variable." ] }, {