Skip to content

Commit 9a3cbec

Browse files
committed
Adding packaging details for the action JSON file and updating feature name to WCAF.
1 parent 0065bb9 commit 9a3cbec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hub/apps/develop/action-framework/action-json.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Action JSON schema for Action Framework providers
3-
description: Describes the format of the action definition JSON file format for Action Framework.
2+
title: Action JSON schema for Windows Copilot Action Framework providers
3+
description: Describes the format of the action definition JSON file format for Windows Copilot Action Framework.
44
ms.topic: article
55
ms.date: 02/04/2025
66
ms.localizationpriority: medium
77
---
88

99

1010

11-
# Action JSON schema for Action Framework providers
11+
# Action JSON schema for Windows Copilot Action Framework providers
1212

13-
Describes the format of the action definition JSON file format for Action Framework.
13+
Describes the format of the action definition JSON file format for Action Framework. This file must be included in your project with the **Build Action** set to "Content" and **Copy to Output Directory** set to “Copy if newer”. Specify the package-relative path to the JSON file in your package manifest XML file. For more information, see [Action provider package manifest XML format](action-provider-manifest.md).
1414

1515
## Example action definition JSON file
1616

hub/apps/develop/action-framework/action-provider-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.localizationpriority: medium
88

99
# Action provider package manifest XML format
1010

11-
This article describes the package manifest XML format for action providers.
11+
This article describes the package manifest XML format for action providers for the Windows Copilot Action Framework.
1212

1313
## App extension
1414

0 commit comments

Comments
 (0)