Skip to content

Commit 99b1146

Browse files
committed
Adding proposed overview sentence
1 parent bdf01d6 commit 99b1146

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Describes the format of the action definition JSON file format for Windows Copil
4747
{
4848
{
4949
"type": "Uri",
50-
"uri": "contoso://greetUser? userName=${UserFriendlyName.Text}&petName=${PetName.Text}",
50+
"uri": "contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}",
5151
},
5252
"where": [
5353
"${UserFriendlyName.Length > 3}"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.localizationpriority: medium
88

99
# Windows Copilot Runtime Actions providers
1010

11-
TBD - Overview content
11+
Actions are atomic units of functionality that can be invoked by the Windows Copilot Runtime. Developers can register actions with the system by implementing an action provider app.
1212

1313

1414
## Responsible AI Notes
@@ -20,5 +20,5 @@ When building AI backed actions, it is your responsibility as the Action author
2020
2121
## Related articles
2222

23-
[Action definition JSON schema for Windows Copilot Runtime Actions providers](action-json.md)
24-
[Windows Copilot Runtime Actions provider package manifest XML format](action-provider-manifest.md)
23+
- [Action definition JSON schema for Windows Copilot Runtime Actions providers](action-json.md)
24+
- [Windows Copilot Runtime Actions provider package manifest XML format](action-provider-manifest.md)

0 commit comments

Comments
 (0)