langchain.js
Preparing search index...
langchain
tools
JsonGetValueTool
Class JsonGetValueTool
A tool in the LangChain framework that retrieves the value at a given path in a JSON object.
Hierarchy (
View Summary
)
BaseMessage
JsonGetValueTool
Index
Constructors
constructor
Properties
description
json
Spec
name
Methods
lc_
name
Constructors
constructor
new
JsonGetValueTool
(
jsonSpec
:
JsonSpec
)
:
JsonGetValueTool
Parameters
jsonSpec
:
JsonSpec
Returns
JsonGetValueTool
Properties
description
description
:
string
= ...
json
Spec
jsonSpec
:
JsonSpec
name
name
:
string
= "json_get_value"
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 retrieves the value at a given path in a JSON object.