langchain.js
    Preparing search index...

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

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

    Properties

    Properties

    type: "string_literal"
    value: string