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

34 lines (27 loc) 1.12 kB
const template = { variables: [ { name: "FLOW_XML", description: "The XML definition of the Salesforce Flow to describe.", example: "<Flow>...</Flow>" } ], text: { "en": `You are a business analyst working on a Salesforce project. Your goal is to describe the Salesforce Flow in plain English, providing a detailed explanation suitable for a business user. {{VARIABLE_OUTPUT_FORMAT_MARKDOWN_DOC}} ### Instructions: 1. **Contextual Overview**: - Begin by summarizing the purpose and business context of the flow. - Explain what business process or automation this flow supports. 2. **Step-by-Step Description**: - Describe the main steps, decisions, and actions in the flow. - Use plain English and avoid technical jargon when possible. - If there are sub-flows or important conditions, mention them clearly. 3. {{VARIABLE_FORMATTING_REQUIREMENTS}} ### Reference Data: - The flow XML is: {{FLOW_XML}} {{VARIABLE_ADDITIONAL_INSTRUCTIONS}} `, }, }; export default template; //# sourceMappingURL=PROMPT_DESCRIBE_FLOW.js.map