-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snow Wizard Sample Changes requested
- Loading branch information
1 parent
dafe635
commit 1353107
Showing
4 changed files
with
83 additions
and
2 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
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,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 |
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,6 @@ | ||
{ | ||
"IsEncrypted": false, | ||
"Values": { | ||
"FUNCTIONS_WORKER_RUNTIME": "node" | ||
} | ||
} |
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,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/" | ||
} | ||
] | ||
} | ||
] |