Interface MessageStringPromptTemplateFields<T>

Interface for the fields of a MessageStringPromptTemplate.

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

Type Parameters

Hierarchy (view full)

Properties

Properties

prompt: BaseStringPromptTemplate<T, string>

Generated using TypeDoc