Skip to content

Commit

Permalink
ai builder prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerasNarbutas authored Sep 13, 2024
1 parent 565ce7e commit 2be10a3
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 0 deletions.
32 changes: 32 additions & 0 deletions prompts/ai-builder/powerplatform-architect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Act as an PowerPlatform Architect

## Description

This prompt helps with generating plan for bussiness process focusing on powerplatform

## Prompt

I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request]

<img src="https://github.com/pnp/powerplatform-prompts/blob/main/prompts/ai-builder/powerplatform-architect/assets/architectresponse.png?raw=true" aria-hidden="true"/>

### Supported Language(s)

[English](.en-usprompt.md)

## Authors

SolutionAuthor(s)
-----------------
PowerPlatform Architect | [Valeras Narbutas](https://github.com/ValerasNarbutas) ([@ValerasNarbutas](https://x.com/ValerasNarbutas)), Macaw

## Minimal Path to Awesome

Copy the prompt
Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc)

## Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/ai-builder/powerplatform-architect" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions prompts/ai-builder/powerplatform-architect/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-prompts-powerplatform-architect",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2024-09-13T00:00:00.000Z",
"updateDateTime": "2024-09-13T00:00:00.000Z",
"title": "PowerPlatform architect Prompt",
"shortDescription": "This prompt helps with generating plan for bussiness process focusing on powerplatform",
"longDescription": [
"This prompt helps with generating plan for bussiness process focusing on powerplatform"
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/powerplatform-architect/",
"products": [
"AI Builder",
"Power Platform",
"powerplatform-prompts",
"ai-builder-prompts"
],
"tags": [
"TEXT GENERATOR"
],
"categories": [
"AI Builder"
],
"metadata": [
{
"key": "Prompt",
"value": "I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request]"
},
{
"key": "Example Input",
"value": "I have invoice approval process with 2 level approval for line manager and serviceline lead. Invoices are submited in sharepoint online library. I need whole approval automated"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/powerplatform-architect/assets/architectresponse.png",
"alt": "Preview GIF"
}
],
"authors": [
{
"gitHubAccount": "ValerasNarbutas",
"name": "Valeras Narbutas",
"pictureUrl": "https://github.com/ValerasNarbutas.png"
}
]
}
]
1 change: 1 addition & 0 deletions prompts/ai-builder/powerplatform-architect/en-us/prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I would like you to act as a Power Platform Architect. I will ask you to provide architectural solutions for business cases, and you will come up with the best architecture, outlining the Power Platform components to use, key integrations, and step-by-step implementation requirements. Your response should include clear and concise steps without any additional text or code blocks. My first request is: [request]

0 comments on commit 2be10a3

Please sign in to comment.