mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +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:
@@ -13,7 +13,11 @@ from langchain_community.tools.json.tool import (
|
||||
|
||||
|
||||
class JsonToolkit(BaseToolkit):
|
||||
"""Toolkit for interacting with a JSON spec."""
|
||||
"""Toolkit for interacting with a JSON spec.
|
||||
|
||||
Parameters:
|
||||
spec: The JSON spec.
|
||||
"""
|
||||
|
||||
spec: JsonSpec
|
||||
|
||||
|
Reference in New Issue
Block a user