Skip to content

Commit

Permalink
new prompt music partner
Browse files Browse the repository at this point in the history
  • Loading branch information
ValerasNarbutas authored Sep 13, 2024
1 parent 565ce7e commit c7c42ed
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/music-partner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Act as an Musician partner for developer

## Description

This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood.

## Prompt

I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request].

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

### Supported Language(s)

[English](.en-usprompt.md)

## Authors

SolutionAuthor(s)
-----------------
Music Partner | [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/music-partner" 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/music-partner/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-music-partner",
"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 music, lyrics, note sheet with axample of powershell script. Input is just your mood.",
"longDescription": [
"This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood."
],
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/music-partner/",
"products": [
"AI Builder",
"Power Platform",
"powerplatform-prompts",
"ai-builder-prompts"
],
"tags": [
"TEXT GENERATOR"
],
"categories": [
"AI Builder"
],
"metadata": [
{
"key": "Prompt",
"value": "I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]."
},
{
"key": "Example Input",
"value": "i am happy and it is autumn"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.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/music-partner/en-us/prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request].

0 comments on commit c7c42ed

Please sign in to comment.