langchain.js
    Preparing search index...

    Interface MessagesPlaceholderFields<T>

    Interface for the fields of a MessagePlaceholder.

    interface MessagesPlaceholderFields<T extends string> {
        optional?: boolean;
        variableName: T;
    }

    Type Parameters

    • T extends string

    Implemented by

    Index

    Properties

    optional?: boolean
    variableName: T