Member Junction
    Preparing search index...

    Interface MJTaskEntity_ITaskPromptConfiguration

    Settings for a Prompt step, beyond which prompt to run.

    interface MJTaskEntity_ITaskPromptConfiguration {
        templateParameters?: Record<string, string>;
    }
    Index

    Properties

    templateParameters?: Record<string, string>

    Values bound into the prompt template.