-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Sample.Json for each DA samples
- Loading branch information
Eric Scherlinger
committed
Oct 16, 2024
1 parent
b0bcb42
commit 0ece6f0
Showing
5 changed files
with
281 additions
and
9 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,68 @@ | ||
[ | ||
{ | ||
"name": "da-IdeaCoach", | ||
"source": "pnp", | ||
"title": "Idea Coach Declarative Agent for Microsoft 365 Copilot Sample", | ||
"shortDescription": "First Party Declarative Agent Idea Coach shared as a sample", | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-IdeaCoach", | ||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-IdeaCoach", | ||
"longDescription": [ | ||
"The \"Idea Coach\" is a comprehensive brainstorming agent designed to assist users in generating ideas, planning brainstorming sessions, finding engaging exercises, organizing ideas, providing constructive feedback, and enhancing brainstorming skills, leveraging the capabilities of OneDrive, SharePoint, and Graph Connectors to streamline and optimize the brainstorming process." | ||
], | ||
"creationDateTime": "2024-10-04", | ||
"updateDateTime": "2024-10-04", | ||
"products": [ | ||
"Microsoft 365 Copilot" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "PLATFORM", | ||
"value": "Node.js" | ||
}, | ||
{ | ||
"key": "LANGUAGE", | ||
"value": "TypeScript" | ||
}, | ||
{ | ||
"key": "API-PLUGIN", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "GRAPH-CONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-IdeaCoach/assets/IdeaCoach1.png", | ||
"alt": "Idea Coach Declarative Agent for Microsoft 365 Copilot Sample" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "ericsche", | ||
"pictureUrl": "https://github.com/ericsche.png", | ||
"name": "Eric Scherlinger" | ||
} | ||
], | ||
"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/" | ||
}, | ||
{ | ||
"name": "Declarative agents for Microsoft 365 Copilot overview", | ||
"description": "Learn more about what declarative agents for Microsoft 365 Copilot are.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/overview-declarative-agent" | ||
}, | ||
{ | ||
"name": "Build a declarative agent for Microsoft 365 Copilot", | ||
"description": "Learn how to build a declarative agent for Microsoft 365 Copilot.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/build-declarative-agents" | ||
} | ||
] | ||
} | ||
] |
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,68 @@ | ||
[ | ||
{ | ||
"name": "da-LearningCoach", | ||
"source": "pnp", | ||
"title": "Learning Coach Declarative Agent for Microsoft 365 Copilot Sample", | ||
"shortDescription": "First Party Declarative Agent Learning Coach shared as a sample", | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-LearningCoach", | ||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-LearningCoach", | ||
"longDescription": [ | ||
"The \"Learning Coach\" is an open-source Copilot Agent designed to assist users in understanding complex terms or topics by providing explanations in simple terms. It offers three levels of summaries—simple, intermediate, and detailed—allowing users to choose the most suitable explanation for their knowledge gap. The agent can help users learn about specific topics, guide them in learning new languages, practice skills through exercises, prepare for tests, create learning plans, and suggest effective learning methods. It leverages OneDrive, SharePoint, and Graph Connectors to enhance its capabilities and streamline the learning process." | ||
], | ||
"creationDateTime": "2024-10-04", | ||
"updateDateTime": "2024-10-04", | ||
"products": [ | ||
"Microsoft 365 Copilot" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "PLATFORM", | ||
"value": "Node.js" | ||
}, | ||
{ | ||
"key": "LANGUAGE", | ||
"value": "TypeScript" | ||
}, | ||
{ | ||
"key": "API-PLUGIN", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "GRAPH-CONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-LearningCoach/assets/LearningCoach1.png", | ||
"alt": "Learning Coach Declarative Agent for Microsoft 365 Copilot Sample" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "youlkax", | ||
"pictureUrl": "https://github.com/youlkax.png", | ||
"name": "Julie Chudakova" | ||
} | ||
], | ||
"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/" | ||
}, | ||
{ | ||
"name": "Declarative agents for Microsoft 365 Copilot overview", | ||
"description": "Learn more about what declarative agents for Microsoft 365 Copilot are.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/overview-declarative-agent" | ||
}, | ||
{ | ||
"name": "Build a declarative agent for Microsoft 365 Copilot", | ||
"description": "Learn how to build a declarative agent for Microsoft 365 Copilot.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/build-declarative-agents" | ||
} | ||
] | ||
} | ||
] |
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,68 @@ | ||
[ | ||
{ | ||
"name": "da-PromptCoach", | ||
"source": "pnp", | ||
"title": "Prompt Coach Declarative Agent for Microsoft 365 Copilot Sample", | ||
"shortDescription": "First Party Declarative Agent Prompt Coach shared as a sample", | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-PromptCoach", | ||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-PromptCoach", | ||
"longDescription": [ | ||
"The \"Prompt Coach\" is an open-source declarative Agent designed to assist new Copilot users in creating effective and well-structured prompts. It provides a variety of conversation starters to help users generate prompts, analyze and improve existing prompts, ensure compliance with responsible AI guidelines, and learn the principles of prompt engineering. The agent also offers examples of good prompts and troubleshooting advice for prompts that do not yield the expected output. Leveraging the capabilities of OneDrive, SharePoint, and Graph Connectors, "Prompt Coach" aims to streamline the prompt creation process and enhance user proficiency in prompt engineering." | ||
], | ||
"creationDateTime": "2024-10-04", | ||
"updateDateTime": "2024-10-04", | ||
"products": [ | ||
"Microsoft 365 Copilot" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "PLATFORM", | ||
"value": "Node.js" | ||
}, | ||
{ | ||
"key": "LANGUAGE", | ||
"value": "TypeScript" | ||
}, | ||
{ | ||
"key": "API-PLUGIN", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "GRAPH-CONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-PromptCoach/assets/PromptCoach1.png", | ||
"alt": "Prompt Coach Declarative Agent for Microsoft 365 Copilot Sample" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "MarcusCastroMS", | ||
"pictureUrl": "https://github.com/MarcusCastroMS.png", | ||
"name": "Marcus Castro" | ||
} | ||
], | ||
"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/" | ||
}, | ||
{ | ||
"name": "Declarative agents for Microsoft 365 Copilot overview", | ||
"description": "Learn more about what declarative agents for Microsoft 365 Copilot are.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/overview-declarative-agent" | ||
}, | ||
{ | ||
"name": "Build a declarative agent for Microsoft 365 Copilot", | ||
"description": "Learn how to build a declarative agent for Microsoft 365 Copilot.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/build-declarative-agents" | ||
} | ||
] | ||
} | ||
] |
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,68 @@ | ||
[ | ||
{ | ||
"name": "da-WritingCoach", | ||
"source": "pnp", | ||
"title": "Writing Coach Declarative Agent for Microsoft 365 Copilot Sample", | ||
"shortDescription": "First Party Declarative Agent Writing Coach shared as a sample", | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-WritingCoach", | ||
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-pro-dev-samples/tree/main/samples/da-WritingCoach", | ||
"longDescription": [ | ||
"The \"Writing Coach\" is an open-source declarative Agent designed to assist users in various aspects of writing. It provides detailed and constructive feedback on pieces of writing, helps change the tone of emails or messages, translates text into different languages, and guides users in writing clear and effective instructions for complex processes. Additionally, the agent supports users in crafting professional blog posts and writing comprehensive whitepapers. Leveraging the capabilities of OneDrive, SharePoint, and Graph Connectors, the "Writing Coach" aims to streamline the writing process, enhance writing skills, and ensure high-quality written content." | ||
], | ||
"creationDateTime": "2024-10-04", | ||
"updateDateTime": "2024-10-04", | ||
"products": [ | ||
"Microsoft 365 Copilot" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "PLATFORM", | ||
"value": "Node.js" | ||
}, | ||
{ | ||
"key": "LANGUAGE", | ||
"value": "TypeScript" | ||
}, | ||
{ | ||
"key": "API-PLUGIN", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "GRAPH-CONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/copilot-pro-dev-samples/blob/493864eea3d79bbb9a6e59ed7e063c4dad2a98b1/samples/da-WritingCoach/assets/WritingCoach1.png", | ||
"alt": "Writing Coach Declarative Agent for Microsoft 365 Copilot Sample" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "phnguy", | ||
"pictureUrl": "https://github.com/phnguy.png", | ||
"name": "Phi-Lay NGUYEN" | ||
} | ||
], | ||
"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/" | ||
}, | ||
{ | ||
"name": "Declarative agents for Microsoft 365 Copilot overview", | ||
"description": "Learn more about what declarative agents for Microsoft 365 Copilot are.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/overview-declarative-agent" | ||
}, | ||
{ | ||
"name": "Build a declarative agent for Microsoft 365 Copilot", | ||
"description": "Learn how to build a declarative agent for Microsoft 365 Copilot.", | ||
"url": "https://learn.microsoft.com/microsoft-365-copilot/extensibility/build-declarative-agents" | ||
} | ||
] | ||
} | ||
] |