mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 06:53:59 +00:00
docs: fix kwargs docstring (#25010)
Fix: 
This commit is contained in:
@@ -62,7 +62,7 @@ class NLATool(Tool):
|
||||
verbose: Whether to print verbose output. Default is False.
|
||||
return_intermediate_steps: Whether to return intermediate steps.
|
||||
Default is False.
|
||||
**kwargs: Additional arguments.
|
||||
kwargs: Additional arguments.
|
||||
|
||||
Returns:
|
||||
The tool.
|
||||
|
Reference in New Issue
Block a user