IdentifierType: {
    type: "identifier";
    value: string;
}

Represents an identifier in LangChain. It has a type property set to 'identifier' and a value property which is a string.

Type declaration

  • type: "identifier"
  • value: string

Generated using TypeDoc