langchain.js
    Preparing search index...

    A simple data structure that holds information about an attribute. It is typically used to provide metadata about attributes in other classes or data structures within the LangChain framework.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • name: string
      • type: string
      • description: string

      Returns AttributeInfo

    Properties

    description: string
    name: string
    type: string