|
1 | 1 | [ |
2 | 2 | { |
3 | | - "name": "pnp-copilot-pro-dev-YOUR_AGENT_FOLDER", |
| 3 | + "name": "pnp-copilot-pro-dev-mcs-BlogPostHelper", |
4 | 4 | "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", |
9 | 9 | "longDescription": [ |
10 | | - "YOUR-SHORT-DESCRIPTION" |
| 10 | + "A Copilot Studio agent that assists in creating and managing blog posts." |
11 | 11 | ], |
12 | 12 | "creationDateTime": "2026-02-14", |
13 | 13 | "updateDateTime": "2026-02-14", |
|
37 | 37 | { |
38 | 38 | "type": "image", |
39 | 39 | "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" |
48 | 42 | } |
49 | 43 | ], |
50 | 44 | "authors": [ |
51 | 45 | { |
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" |
55 | 49 | } |
56 | 50 | ], |
57 | 51 | "references": [ |
|
0 commit comments