From e8c181fa620a5190cf879d29c4761aa4e7e54db4 Mon Sep 17 00:00:00 2001 From: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:55:18 +0000 Subject: [PATCH] Update tools-on-langchain.mdx (#306) Signed-off-by: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> --- .../integrations/cohere-and-langchain/tools-on-langchain.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/integrations/cohere-and-langchain/tools-on-langchain.mdx b/fern/pages/integrations/cohere-and-langchain/tools-on-langchain.mdx index 3ba17fc4..b86df95a 100644 --- a/fern/pages/integrations/cohere-and-langchain/tools-on-langchain.mdx +++ b/fern/pages/integrations/cohere-and-langchain/tools-on-langchain.mdx @@ -70,7 +70,7 @@ print(response['output']) ## Single-Step Tool Use -In order to utilize single-step mode, you have to set `force_single_step=False`. Here's an example of using it to answer a few questions: +In order to utilize single-step mode, you have to set `force_single_step=True`. Here's an example of using it to answer a few questions: ```python PYTHON from langchain_cohere import ChatCohere