BooleanLiteralType: {
    type: "boolean_literal";
    value: boolean;
}

Represents a boolean literal in LangChain. It has a type property set to 'boolean_literal' and a value property which is a boolean.

Type declaration

  • type: "boolean_literal"
  • value: boolean

Generated using TypeDoc