v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
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 full
)
Toolkit
JsonGetValueTool
Index
Constructors
constructor
Properties
description
json
Spec
name
Constructors
constructor
new
Json
Get
Value
Tool
(
jsonSpec
)
:
JsonGetValueTool
Parameters
jsonSpec
:
JsonSpec
Returns
JsonGetValueTool
Properties
description
description
:
string
= ...
json
Spec
json
Spec
:
JsonSpec
name
name
:
string
= "json_get_value"
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 retrieves the value at a given path in a JSON object.