Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modification in sample.json for adoption microsoft documentation #1382

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/api-doc-search/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"type": "image",
"order": 100,
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/api-doc-search/nodejs/Images/rag-based-cosmos-db.gif",
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/api-doc-search/nodejs/Images/rag-based-cosmos-db.gif",
"alt": "Solution UX showing RAG Based CosmosDB semantic search NodeJS"
}
],
Expand Down
132 changes: 66 additions & 66 deletions samples/bot-ai-meeting-helper/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
[
{
"name": "officedev-microsoft-teams-samples-bot-ai-meeting-helper-nodejs",
"source": "officeDev",
"title": "Microsoft Teams NodeJS bot-ai-meeting-helper Sample",
"shortDescription": "Microsoft Teams bot-ai-meeting-helper sample app in Node.js how Azure Open AI extracts action items from meeting transcriptions for all participants who subscribed to the meeting, and subsequently sends these action items to each individual user in a 1:1 chat after the meeting concludes.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-ai-meeting-helper",
"longDescription": [
"Microsoft Teams bot-ai-meeting-helper sample app in Node.js how Azure Open AI extracts action items from meeting transcriptions for all participants who subscribed to the meeting, and subsequently sends these action items to each individual user in a 1:1 chat after the meeting concludes."
],
"creationDateTime": "2024-07-15",
"updateDateTime": "2024-07-15",
"products": [
"Teams"
],
"metadata": [
{
"key": "TEAMS-SAMPLE-SOURCE",
"value": "OfficeDev"
},
{
"key": "TEAMS-SERVER-LANGUAGE",
"value": "javascript"
},
{
"key": "TEAMS-SERVER-PLATFORM",
"value": "express"
},
{
"key": "TEAMS-FEATURES",
"value": "bot"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/bot-ai-meeting-helper/Images/bot-ai-meeting-helperGif.gif",
"alt": "Solution UX showing microsoft teams nodejs bot-ai-meeting-helper sample"
}
],
"authors": [
{
"gitHubAccount": "OfficeDev",
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/community/videos/m365powerplatform"
}
]
}
{
"name": "officedev-microsoft-teams-samples-bot-ai-meeting-helper-nodejs",
"source": "officeDev",
"title": "AI-powered meeting helper to summarise meeting and create action items using Azure Open AI",
"shortDescription": "Microsoft Teams bot-ai-meeting-helper sample app in Node.js how Azure Open AI extracts action items from meeting transcriptions for all participants who subscribed to the meeting, and subsequently sends these action items to each individual user in a 1:1 chat after the meeting concludes.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-ai-meeting-helper",
"longDescription": [
"Microsoft Teams bot-ai-meeting-helper sample app in Node.js how Azure Open AI extracts action items from meeting transcriptions for all participants who subscribed to the meeting, and subsequently sends these action items to each individual user in a 1:1 chat after the meeting concludes."
],
"creationDateTime": "2024-07-15",
"updateDateTime": "2024-07-15",
"products": [
"Teams"
],
"metadata": [
{
"key": "TEAMS-SAMPLE-SOURCE",
"value": "OfficeDev"
},
{
"key": "TEAMS-SERVER-LANGUAGE",
"value": "javascript"
},
{
"key": "TEAMS-SERVER-PLATFORM",
"value": "express"
},
{
"key": "TEAMS-FEATURES",
"value": "bot"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/bot-ai-meeting-helper/Images/bot-ai-meeting-helperGif.gif",
"alt": "Solution UX showing microsoft teams nodejs bot-ai-meeting-helper sample"
}
],
"authors": [
{
"gitHubAccount": "OfficeDev",
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/community/videos/m365powerplatform"
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "officedev-microsoft-teams-samples-bot-ai-virtual-assistant-nodejs",
"source": "officeDev",
"title": "Teams AI-based Virtual Assistant Root Bot (Node.js)",
"title": "Build an AI superbot that calls sub/child bots using Azure Open AI",
"shortDescription": "This sample bot demonstrates the skill consumer bot (Virtual Assistant) that routes user inputs to Echo and AI skill bots for tailored responses.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-virtual-assistant/bot-ai-virtual-assistant",
"longDescription": [
Expand Down
138 changes: 72 additions & 66 deletions samples/msgext-ai-doc-compliance-checker/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,74 @@
[
{
"name": "officedev-microsoft-teams-samples-msgext-ai-doc-compliance-checker-js",
"source": "officeDev",
"title": "Microsoft Teams msgext-ai-doc-compliance-checker javascript sample",
"shortDescription": "Use AI to compare a documents for compliance against a guideline.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-ai-doc-compliance-checker",
"longDescription": [
"Use Azure OpenAI to compare proposal documents against a guideline document and return whether the proposal complies and why/why not."
],
"creationDateTime": "2024-07-15",
"updateDateTime": "2024-07-15",
"products": [
"Teams"
],
"metadata": [
{
"key": "TEAMS-SAMPLE-SOURCE",
"value": "OfficeDev"
},
{
"key": "TEAMS-SERVER-LANGUAGE",
"value": "javascript"
},
{
"key": "TEAMS-SERVER-PLATFORM",
"value": "express"
},
{
"key": "TEAMS-FEATURES",
"value": "msgext"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/msgext-ai-doc-compliance-checker/Images/msgext-doc-compliance-checkerGif.gif",
"alt": "Solution UX showing microsoft teams nodejs msgext-ai-doc-compliance-checker sample"
}
],
"authors": [
{
"gitHubAccount": "OfficeDev",
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/community/videos/m365powerplatform"
}
]
}
{
"name": "officedev-microsoft-teams-samples-msgext-ai-doc-compliance-checker-js",
"source": "officeDev",
"title": "AI Document Compliance Checker in Copilot",
"shortDescription": "Use AI to compare a documents for compliance against a guideline.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-ai-doc-compliance-checker",
"longDescription": [
"Use Azure OpenAI to compare proposal documents against a guideline document and return whether the proposal complies and why/why not."
],
"creationDateTime": "2024-07-15",
"updateDateTime": "2024-07-15",
"products": [
"Microsoft Teams",
"Microsoft 365 Copilot"
],
"metadata": [
{
"key": "TEAMS-SAMPLE-SOURCE",
"value": "OfficeDev"
},
{
"key": "TEAMS-SERVER-LANGUAGE",
"value": "javascript"
},
{
"key": "TEAMS-SERVER-PLATFORM",
"value": "express"
},
{
"key": "TEAMS-FEATURES",
"value": "msgext"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/msgext-ai-doc-compliance-checker/Images/msgext-doc-compliance-checkerGif.gif",
"alt": "Solution UX showing microsoft teams nodejs msgext-ai-doc-compliance-checker sample"
}
],
"authors": [
{
"gitHubAccount": "OfficeDev",
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/community/videos/m365powerplatform"
},
{
"name": "Extend Microsoft Copilot for Microsoft 365",
"description": "Learn more about how to extend Microsoft Copilot for Microsoft 365",
"url": "https://aka.ms/extendcopilotm365"
}
]
}
]
12 changes: 9 additions & 3 deletions samples/msgext-expert-finder-js/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "officedev-microsoft-teams-samples-msgext-expert-finder-js",
"source": "officeDev",
"title": "Microsoft Teams msgext-expert-finder javascript sample",
"title": "Expert Finder with SSO in Copilot using multi parameter search",
"shortDescription": "Microsoft Teams message extension that can be used as a plugin to Search for candidates and share profiles matching a criteria.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-expert-finder",
"longDescription": [
Expand All @@ -11,7 +11,8 @@
"creationDateTime": "2024-07-15",
"updateDateTime": "2024-07-15",
"products": [
"Teams"
"Microsoft Teams",
"Microsoft 365 Copilot"
],
"metadata": [
{
Expand All @@ -35,7 +36,7 @@
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/msgext-expert-finder-js/Images/expert-finder.gif",
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/msgext-expert-finder-js/images/expert-finder.gif",
"alt": "Solution UX showing microsoft teams nodejs msgext-expert-finder-js sample"
}
],
Expand All @@ -62,6 +63,11 @@
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/community/videos/m365powerplatform"
},
{
"name": "Extend Microsoft Copilot for Microsoft 365",
"description": "Learn more about how to extend Microsoft Copilot for Microsoft 365",
"url": "https://aka.ms/extendcopilotm365"
}
]
}
Expand Down