Skip to content
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "11111111-1111-1111-1111-111111111111",
"schemaVersion": "0.1.0-preview",
"agentIdentityBlueprintId": "22222222-2222-2222-2222-222222222222",
"communicationProtocol": "activityProtocol"
}
Comment thread
aubreyquinn marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions nodejs/perplexity/sample-agent/manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
"version": "1.0.0",
"id": "00000000-0000-0000-0000-000000000000",
Comment thread
aubreyquinn marked this conversation as resolved.
"developer": {
"name": "Microsoft, Inc.",
"websiteUrl": "https://example.azurewebsites.net",
"privacyUrl": "https://example.azurewebsites.net/privacy",
"termsOfUseUrl": "https://example.azurewebsites.net/termsofuse"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Perplexity Agent",
"full": "Perplexity Agent"
},
"description": {
"short": "Sample demonstrating Agent 365 SDK, Teams, and Perplexity AI",
"full": "Sample demonstrating Agent 365 SDK, Teams, and Perplexity AI"
},
"accentColor": "#20808D",
"agenticUserTemplates": [
{
"id": "11111111-1111-1111-1111-111111111111",
"file": "agenticUserTemplateManifest.json"
}
Comment thread
aubreyquinn marked this conversation as resolved.
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading