Skip to content

Commit 224c4c9

Browse files
authored
Merge pull request #1136 from MicrosoftDocs/drewbat/agent-launchers-2025-030-12
Updating the app extension URI
2 parents 4fd5290 + 6378319 commit 224c4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/agent-launchers/agents-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ Set the JSON file to **Copy to Output Directory** in your project properties:
168168

169169
Agent Launchers can register statically (at install time) or dynamically (at runtime). This section covers static registration.
170170

171-
The Package.appxmanifest file provides the details of the MSIX package for an app. If you followed the get started tutorial for app actions, you already added a [uap3:Extension](/uwp/schemas/appxpackage/uapmanifestschema/element-uap3-appextension-manual) element to register the action by setting the extension **Name** attribute to `com.microsoft.windows.ai.actions`. To register the action as an Agent Launcher, you need to add another app extension with the **Name** set to `com.microsoft.windows.ai.appAgent`. Under the **Properties** element of the app extension element, you must provide a **Registration** element that specifies the location of your agent definition JSON file.
171+
The Package.appxmanifest file provides the details of the MSIX package for an app. If you followed the get started tutorial for app actions, you already added a [uap3:Extension](/uwp/schemas/appxpackage/uapmanifestschema/element-uap3-appextension-manual) element to register the action by setting the extension **Name** attribute to `com.microsoft.windows.ai.actions`. To register the action as an Agent Launcher, you need to add another app extension with the **Name** set to `com.microsoft.windows.ai.agentInfo`. Under the **Properties** element of the app extension element, you must provide a **Registration** element that specifies the location of your agent definition JSON file.
172172

173173
> [!NOTE]
174174
> Each statically registered Agent Launcher should have its own AppExtension entry.
175175
176176
```xml
177177
<uap3:Extension Category="windows.appExtension">
178178
<uap3:AppExtension
179-
Name="com.microsoft.windows.ai.appAgent"
179+
Name="com.microsoft.windows.ai.agentInfo"
180180
Id="ZavaAgent"
181181
DisplayName="Zava Agent"
182182
PublicFolder="Assets">

0 commit comments

Comments
 (0)