mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 23:41:28 +00:00
community: toolkits
docstrings (#23286)
Added missed docstrings. Formatted docstrings to the consistent form. --------- Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
@@ -14,7 +14,11 @@ from langchain_community.utilities.nasa import NasaAPIWrapper
|
||||
|
||||
|
||||
class NasaToolkit(BaseToolkit):
|
||||
"""Nasa Toolkit."""
|
||||
"""Nasa Toolkit.
|
||||
|
||||
Parameters:
|
||||
tools: List[BaseTool]. The tools in the toolkit. Default is an empty list.
|
||||
"""
|
||||
|
||||
tools: List[BaseTool] = []
|
||||
|
||||
|
Reference in New Issue
Block a user