langchain.js
    Preparing search index...

    Interface ChatMessagePromptTemplateFields<T>

    Interface for the fields of a ChatMessagePromptTemplate.

    interface ChatMessagePromptTemplateFields<T extends InputValues = any> {
        prompt: BaseStringPromptTemplate<T, string>;
        role: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    prompt: BaseStringPromptTemplate<T, string>
    role: string