Skip to content
Draft
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
6 changes: 6 additions & 0 deletions packages/fx-core/templates/ui/tdpNode.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@
"label": "template.customEngineAgent.weather.label",
"detail": "template.customEngineAgent.weather.detail",
"data": "weather-agent"
},
{
"id": "foundry-agent-to-m365",
"label": "template.customEngineAgent.foundryAgent.label",
"detail": "template.customEngineAgent.foundryAgent.detail",
"data": "foundry-agent-to-m365"
}
],
"placeholder": "template.customEngineAgent.placeholder"
Expand Down
6 changes: 6 additions & 0 deletions packages/fx-core/templates/ui/wizardNode.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@
"label": "template.customEngineAgent.weather.label",
"detail": "template.customEngineAgent.weather.detail",
"data": "weather-agent"
},
{
"id": "foundry-agent-to-m365",
"label": "template.customEngineAgent.foundryAgent.label",
"detail": "template.customEngineAgent.foundryAgent.detail",
"data": "foundry-agent-to-m365"
}
],
"placeholder": "template.customEngineAgent.placeholder"
Expand Down
6 changes: 6 additions & 0 deletions templates/src/ui/cea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ export const ceaNode = {
detail: "template.customEngineAgent.weather.detail",
data: TemplateNames.WeatherAgent,
},
{
id: TemplateNames.FoundryAgent,
label: "template.customEngineAgent.foundryAgent.label",
detail: "template.customEngineAgent.foundryAgent.detail",
data: TemplateNames.FoundryAgent,
},
],
placeholder: "template.customEngineAgent.placeholder",
},
Expand Down
2 changes: 2 additions & 0 deletions templates/src/ui/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"template.customEngineAgent.travel.label": "Travel Agent",
"template.customEngineAgent.weather.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
"template.customEngineAgent.weather.label": "Weather Agent",
"template.customEngineAgent.foundryAgent.label": "Foundry Agent",
"template.customEngineAgent.foundryAgent.detail": "An agent that connects to Microsoft AI Foundry Agent and brings it to Microsoft 365",
"template.teams.collaboratorAgent.detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
"template.teams.collaboratorAgent.label": "Teams Collaborator Agent",
"template.teams.general.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
Expand Down
Loading