interface MakerSuiteTextPromptData {
    textPrompt: {
        value?: string;
        variables?: MakerSuitePromptVariable[];
    };
    runSettings?: MakerSuiteRunSettings;
    testExamples?: unknown;
}

Properties

textPrompt: {
    value?: string;
    variables?: MakerSuitePromptVariable[];
}

Type declaration

runSettings?: MakerSuiteRunSettings
testExamples?: unknown

Generated using TypeDoc