Skip to content

Commit

Permalink
Update tools-on-langchain.mdx (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: billytrend-cohere <[email protected]>
  • Loading branch information
billytrend-cohere authored Dec 16, 2024
1 parent df4da4d commit e8c181f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c181f

Please sign in to comment.