NumericLiteralType: {
    type: "numeric_literal";
    value: number;
}

Represents a numeric literal in LangChain. It has a type property set to 'numeric_literal' and a value property which is a number.

Type declaration

  • type: "numeric_literal"
  • value: number

Generated using TypeDoc