Skip to content

Commit

Permalink
Added travel plan prompt (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laskewitz authored Sep 30, 2024
1 parent 276d400 commit ad403a3
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
32 changes: 32 additions & 0 deletions prompts/ai-builder/travel-plan/README.md
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" />
49 changes: 49 additions & 0 deletions prompts/ai-builder/travel-plan/assets/sample.json
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"
}
]
}
]
1 change: 1 addition & 0 deletions prompts/ai-builder/travel-plan/en-us/prompt.md
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.

0 comments on commit ad403a3

Please sign in to comment.