Semantic Kernel JavaScript
    Preparing search index...

    Interface PromptTemplate

    interface PromptTemplate {
        render<Props>(kernel: Kernel, Props: Props): string | Promise<string>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Type Parameters

      • Props

      Parameters

      Returns string | Promise<string>