Class JsonListKeysTool

A tool in the LangChain framework that lists all keys at a given path in a JSON object.

Hierarchy

  • Tool
    • JsonListKeysTool

Constructors

Properties

Constructors

  • Parameters

    Returns JsonListKeysTool

  • Parameters

    • fields: JsonToolFields

    Returns JsonListKeysTool

Properties

description: string = ...
jsonSpec: JsonSpec
name: string = "json_list_keys"

Generated using TypeDoc