Skip to main content

Module: tools

Classes

Interfaces

References

Tool

Re-exports Tool

Type Aliases

Json

Ƭ Json: string | number | boolean | null | { [key: string]: Json; } | Json[]

Defined in

langchain/src/tools/json.ts:4


JsonObject

Ƭ JsonObject: Object

Index signature

[key: string]: Json

Defined in

langchain/src/tools/json.ts:12