Skip to content

Commit

Permalink
Snow Wizard Sample Changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoag committed Oct 17, 2024
1 parent dafe635 commit 1353107
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/da-SnowWizard/SnowWizard/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# TeamsFx files
env/.env.*.user
env/.env.local
# env/.env.local
.DS_Store
build
appPackage/build
Expand All @@ -24,7 +24,7 @@ out
bin
obj
appsettings.json
local.settings.json
# local.settings.json

# Local data
.localConfigs
5 changes: 5 additions & 0 deletions samples/da-SnowWizard/SnowWizard/env/.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file includes environment variables that can be committed to git. It's gitignored by default because it represents your local development environment.

# Built-in environment variables
TEAMSFX_ENV=local
APP_NAME_SUFFIX=local
6 changes: 6 additions & 0 deletions samples/da-SnowWizard/SnowWizard/local.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node"
}
}
70 changes: 70 additions & 0 deletions samples/da-SnowWizard/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
[
{
"name": "pnp-copilot-pro-dev-snow-wizard",
"source": "pnp",
"title": "Copilot Snow Wizard",
"shortDescription": "M365 Declarative Copilot that interfaces with ServiceNow to list and create incidents",
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-SnowWizard",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-SnowWizard",
"longDescription": [
"This project demonstrates a sample implementation of an M365 Declarative Copilot that interfaces with ServiceNow to list and create incidents."
],
"creationDateTime": "2024-10-11",
"updateDateTime": "2024-10-11",
"products": [
"Microsoft 365 Copilot"
],
"metadata": [
{
"key": "PLATFORM",
"value": "Node.js"
},
{
"key": "LANGUAGE",
"value": "TypeScript"
},
{
"key": "API-PLUGIN",
"value": "Yes"
},
{
"key": "GRAPH-CONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/raw/main/samples/da-SnowWizard/assets/2024-10-11_16-39.png",
"alt": "Declarative agent doing x"
},
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-pro-dev-samples/raw/main/samples/da-SnowWizard/assets/2024-10-11_16-40.png",
"alt": "Declarative agent doing x"
},

],
"authors": [
{
"gitHubAccount": "cristianoag",
"pictureUrl": "https://github.com/cristianoag.png",
"name": "Cristiano Goncalves"
},
{
"gitHubAccount": "luisdemetrio",
"pictureUrl": "https://github.com/luisdemetrio.png",
"name": "Luis Demetrio"
}
],
"references": [
{
"name": "Microsoft 365 Copilot extensibility",
"description": "Learn more about what Microsoft 365 Copilot and how you can extend it.",
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/"
}
]
}
]

0 comments on commit 1353107

Please sign in to comment.