Skip to content

Commit 814b04a

Browse files
committed
Updated sample template
1 parent f8384b1 commit 814b04a

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

samples/mcs-BlogPostHelper/assets/template-sample.json renamed to samples/mcs-BlogPostHelper/assets/sample.json

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
3-
"name": "pnp-copilot-pro-dev-YOUR_AGENT_FOLDER",
3+
"name": "pnp-copilot-pro-dev-mcs-BlogPostHelper",
44
"source": "pnp",
5-
"title": "YOUR-SAMPLE-TITLE",
6-
"shortDescription": "YOUR-SHORT-DESCRIPTION",
7-
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/YOUR_AGENT_FOLDER",
8-
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/YOUR_AGENT_FOLDER",
5+
"title": "Blog Post Helper",
6+
"shortDescription": "A Copilot Studio agent that assists in creating and managing blog posts.",
7+
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/mcs-BlogPostHelper",
8+
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/mcs-BlogPostHelper",
99
"longDescription": [
10-
"YOUR-SHORT-DESCRIPTION"
10+
"A Copilot Studio agent that assists in creating and managing blog posts."
1111
],
1212
"creationDateTime": "2026-02-14",
1313
"updateDateTime": "2026-02-14",
@@ -37,21 +37,15 @@
3737
{
3838
"type": "image",
3939
"order": 100,
40-
"url": "https://github.com/pnp/copilot-pro-dev-samples/raw/main/samples/YOUR_AGENT_FOLDER/assets/YOUR-IMAGE-NAME-HERE",
41-
"alt": "Copilot Studio agent doing x"
42-
},
43-
{
44-
"type": "video",
45-
"order": 101,
46-
"url": "https://www.youtube.com/embed/FS-_0KENJkI",
47-
"alt": "Copilot Studio agent doing x"
40+
"url": "https://github.com/pnp/copilot-pro-dev-samples/raw/main/samples/mcs-BlogPostHelper/assets/pending-image.png",
41+
"alt": "Copilot Studio agent placeholder image for the moment"
4842
}
4943
],
5044
"authors": [
5145
{
52-
"gitHubAccount": "YOUR-GITHUB-ACCOUNT",
53-
"pictureUrl": "https://github.com/YOUR-GITHUB-ACCOUNT.png",
54-
"name": "YOUR-NAME"
46+
"gitHubAccount": "pkbullock",
47+
"pictureUrl": "https://github.com/pkbullock.png",
48+
"name": "Paul Bullock"
5549
}
5650
],
5751
"references": [

0 commit comments

Comments
 (0)