Interface ChatMessagePromptTemplateFields<T>

Interface for the fields of a ChatMessagePromptTemplate.

interface ChatMessagePromptTemplateFields<T> {
    prompt: BaseStringPromptTemplate<T, string>;
    role: string;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

prompt: BaseStringPromptTemplate<T, string>
role: string

Generated using TypeDoc