-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Travel Plan | ||
|
||
## Description | ||
|
||
This prompt generates a travel plan for a location with a number of activities. | ||
|
||
## Prompt | ||
|
||
``` | ||
Pease give me [Number] options for activities in [Destination] for people who are there for the first time. Please return a numbered list with emojis in the name of the activity and give it a brief description. | ||
``` | ||
|
||
### Supported Language(s) | ||
|
||
[English](./en-us/prompt.md) | ||
|
||
## Authors | ||
|
||
Solution|Author(s) | ||
--------|--------- | ||
Travel Plans | [Daniel Laskewitz](https://github.com/laskewitz) ([@laskewitz](https://twitter.com/laskewitz)), Microsoft | ||
|
||
## Minimal Path to Awesome | ||
|
||
* Copy the prompt | ||
* Paste prompt into the AI Builder Create Text with GPT Model | ||
|
||
## 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/travel-plans" aria-hidden="true" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", | ||
"name": "pnp-powerplatform-prompts-travel-plan", | ||
"version": "1.0.0.0", | ||
"source": "pnp", | ||
"creationDateTime": "2024-08-27T00:00:00.000Z", | ||
"updateDateTime": "2024-08-27T00:00:00.000Z", | ||
"title": "Travel Plan", | ||
"shortDescription": "This prompt generates a travel plan for a location with a number of activities.", | ||
"longDescription": [ | ||
"This prompt generates a travel plan for a location with a number of activities." | ||
], | ||
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/travel-plan/", | ||
"products": [ | ||
"AI Builder", | ||
"Power Platform", | ||
"powerplatform-prompts", | ||
"ai-builder-prompts" | ||
], | ||
"tags": [ | ||
"prompts", "travel" | ||
], | ||
"categories": [ | ||
"AI Builder" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "Prompt", | ||
"value": "Pease give me [Number] options for activities in [Destination] for people who are there for the first time. Please return a numbered list with emojis in the name of the activity and give it a brief description." | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png", | ||
"alt": "Preview PNG" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "laskewitz", | ||
"name": "Daniel Laskewitz", | ||
"pictureUrl": "https://github.com/laskewitz.png" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Pease give me [Number] options for activities in [Destination] for people who are there for the first time. Please return a numbered list with emojis in the name of the activity and give it a brief description. |