UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

13 lines (12 loc) 278 B
export interface PromptTemplateVariable { name: string; description: string; example: string; truncateAfter?: number; } export interface PromptTemplateDefinition { variables: PromptTemplateVariable[]; text: { [language: string]: string; }; }