StringLiteralType: {
    type: "string_literal";
    value: string;
}

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

Type declaration

  • type: "string_literal"
  • value: string

Generated using TypeDoc