v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/tools
JsonListKeysTool
Class JsonListKeysTool
A tool in the LangChain framework that lists all keys at a given path in a JSON object.
Hierarchy (
view full
)
Toolkit
JsonListKeysTool
Index
Constructors
constructor
Properties
description
json
Spec
name
Constructors
constructor
new
Json
List
Keys
Tool
(
jsonSpec
)
:
JsonListKeysTool
Parameters
jsonSpec
:
JsonSpec
Returns
JsonListKeysTool
new
Json
List
Keys
Tool
(
fields
)
:
JsonListKeysTool
Parameters
fields
:
JsonToolFields
Returns
JsonListKeysTool
Properties
description
description
:
string
= ...
json
Spec
json
Spec
:
JsonSpec
name
name
:
string
= "json_list_keys"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
json
Spec
name
LangChain.js - v0.2.10
Loading...
A tool in the LangChain framework that lists all keys at a given path in a JSON object.