langchain.js
    Preparing search index...

    Interface for the fields of a ChatPromptValue.

    interface ChatPromptValueFields {
        messages: BaseMessage<MessageStructure, MessageType>[];
    }
    Index

    Properties

    Properties