langchain.js
Preparing search index...
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 Summary
)
BaseMessage
JsonListKeysTool
Index
Constructors
constructor
Properties
description
json
Spec
name
Methods
lc_
name
Constructors
constructor
new
JsonListKeysTool
(
jsonSpec
:
JsonSpec
)
:
JsonListKeysTool
Parameters
jsonSpec
:
JsonSpec
Returns
JsonListKeysTool
new
JsonListKeysTool
(
fields
:
JsonToolFields
)
:
JsonListKeysTool
Parameters
fields
:
JsonToolFields
Returns
JsonListKeysTool
Properties
description
description
:
string
= ...
json
Spec
jsonSpec
:
JsonSpec
name
name
:
string
= "json_list_keys"
Methods
Static
lc_
name
lc_name
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
json
Spec
name
Methods
lc_
name
langchain.js
Loading...
A tool in the LangChain framework that lists all keys at a given path in a JSON object.