Skip to content

Commit bb9a1a8

Browse files
authored
Updating AI-related terms to the latest. (#5400)
* Updating AI-related terms to the latest. * Some corrections * More corrections. * More corrections.
1 parent 5694b8f commit bb9a1a8

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

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

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

99

1010

11-
# Action definition JSON schema for Windows Copilot Runtime Action providers
11+
# Action definition JSON schema for Windows AI Foundry Action providers
1212

13-
This article describes the format of the action definition JSON file format for Windows Copilot Runtime Actions. 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).
13+
This article describes the format of the action definition JSON file format for Windows AI Foundry Actions. 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

@@ -135,7 +135,7 @@ The tables below describe the properties of the action definition JSON file.
135135

136136
## ActionEntityKind enumeration
137137

138-
The **ActionEntityKind** enumeration specifies the types of entities that are supported by the Windows Copilot Runtime Actions. In the context of a JSON action definition, the entity kinds are string literals that are case-sensitive.
138+
The **ActionEntityKind** enumeration specifies the types of entities that are supported by Windows AI Foundry Actions. In the context of a JSON action definition, the entity kinds are string literals that are case-sensitive.
139139

140140
| Entity kind string | Description |
141141
|-------|------------|-------------|

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Windows Copilot Runtime Action provider package manifest XML format
3-
description: Describes the package manifest XML format for Windows Copilot Runtime Actions providers.
2+
title: Windows AI Foundry Action provider package manifest XML format
3+
description: Describes the package manifest XML format for Windows AI Foundry Actions providers.
44
ms.topic: article
55
ms.date: 02/05/2024
66
ms.localizationpriority: medium
77
---
88

9-
# Windows Copilot Runtime Action provider package manifest XML format
9+
# Windows AI Foundry Action provider package manifest XML format
1010

11-
This article describes the package manifest XML format for Windows Copilot Runtime Actions.
11+
This article describes the package manifest XML format for Windows AI Foundry Actions.
1212

1313
## App extension
1414

hub/apps/develop/actions/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Windows Copilot Runtime Actions providers
3-
description: Learn about Windows Copilot Runtime Actions providers for Windows apps.
2+
title: Windows AI Foundry Actions providers
3+
description: Learn about Windows AI Foundry Actions providers for Windows apps.
44
ms.topic: article
55
ms.date: 02/05/2025
66
ms.localizationpriority: medium
77
---
88

9-
# Windows Copilot Runtime Actions providers
9+
# Windows AI Foundry Actions providers
1010

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.
11+
Actions are atomic units of functionality that can be invoked by Windows AI Foundry. 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 AI Foundry Actions providers](action-json.md)
24+
- [Windows AI Foundry Actions provider package manifest XML format](action-provider-manifest.md)

hub/apps/get-started/make-apps-great-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ We have updated icons and a new UI font called "Segoe UI Variable". We recommend
177177
People run Windows across conventional devices as well as an increasingly diverse, modern range of devices. Devices today come not only with x86/x64-based, but also Arm-based, architectures; not only with mouse and keyboard but also touch screens, touchpads, and pens; with cameras, GPS, and sensors like gyroscopes; and with graphics and neural processing chipsets that enable not only amazing visuals but also hardware-accelerated artificial intelligence (AI). Customers expect apps to take advantage of the hardware (that they have paid for!) and be cognizant of the device form factor to give them an appropriately optimized experience.
178178

179179
- Achieve AI powered productivity with Win ML - [Introduction to Windows Machine Learning](/windows/ai/windows-ml/).
180-
- Use AI models that power Windows Copilot Runtime on Copilot+ PCs and run locally - [Windows Copilot Runtime overview](/windows/ai/apis/).
180+
- Use AI models that power Windows AI Foundry on Copilot+ PCs and run locally - [Windows AI Foundry overview](/windows/ai/apis/).
181181
- Utilize best practices for Notifications and content sharing - [Notifications (Design basics)](/windows/win32/uxguide/mess-notif).
182182

183183
### Enhanced security features in Windows

hub/apps/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ productDirectory:
7474
- url: ./winui/index.md
7575
text: WinUI
7676
- url: /windows/ai/overview
77-
text: Windows Copilot Runtime
77+
text: Windows AI Foundry
7878
- title: Deploy
7979
imageSrc: /media/common/i_deploy.svg
8080
links:

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ items:
335335
href: develop/widgets/widget-provider-manifest.md
336336
- name: ActivateApplication protocol
337337
href: develop/widgets/widget-provider-activateapplication-protocol.md
338-
- name: Windows Copilot Runtime Actions
338+
- name: Windows AI Foundry Actions
339339
items:
340340
- name: Overview
341341
href: develop/actions/index.md

hub/apps/whats-new/windows-11-build-22000.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Feature | Description
1717
[Start developing Windows apps](/windows/apps/get-started/start-here) | Learn how to start developing apps for Windows with this comprehensive guide.
1818
[PowerToys](/windows/powertoys/) | PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
1919
[Installing PowerToys](/windows/powertoys/install) | Step-by-step instructions to install PowerToys on your Windows machine.
20-
[Get started building an app with Windows Copilot Runtime APIs](/windows/ai/apis/get-started) | A guide to help you begin building apps using Windows Copilot Runtime APIs.
20+
[Get started building an app with Windows AI APIs](/windows/ai/apis/get-started) | A guide to help you begin building apps using Windows AI APIs.
2121
[AppWindows.SetIcon Method](/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindow.seticon?view=windows-app-sdk-1.7) | Documentation for the `AppWindow.SetIcon` method in the Windows App SDK.
2222
[Win32 app isolation overview](/windows/win32/secauthz/app-isolation-overview) | An overview of app isolation for Win32 applications to enhance security and reliability.
2323

@@ -45,7 +45,7 @@ Feature | Description
4545
Feature | Description
4646
:------ | :------
4747
[Windows AI](/windows/ai/) | Enhance your Windows apps with AI through local APIs and Machine Learning models.
48-
[Windows Copilot Runtime Overview](/windows/ai/overview) | Windows Copilot Runtime introduces new ways of interacting with the operating system that utilize AI, such as Phi Silica, the Small Language Model (SLM) created by Microsoft Research that is able to offer many of the same capabilities found in Large Language Models (LLMs), but more compact and efficient so that it can run locally on Windows.
48+
[Windows AI Foundry Overview](/windows/ai/overview) | Windows AI Foundry introduces new ways of interacting with the operating system that utilize AI, such as Phi Silica, the Small Language Model (SLM) created by Microsoft Research that is able to offer many of the same capabilities found in Large Language Models (LLMs), but more compact and efficient so that it can run locally on Windows.
4949

5050
## Developer tools
5151
Feature | Description

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The experimental channel includes releases of the Windows App SDK with [experime
3232

3333
## Version 1.8 Experimental (1.8.0-experimental1)
3434

35-
### Use on-device AI with Windows Copilot Runtime APIs
35+
### Use on-device AI with Windows AI APIs
3636

3737
> [!IMPORTANT]
3838
> The underlying ML models required for these APIs currently require your device to be running the latest Windows 11 Insider Preview Build on the Dev Channel. Additionally, these APIs require your device to be a Copilot+ PC. See [Copilot+ PCs Developer Guide](/windows/ai/npu-devices) to learn more about these devices. APIs will throw an exception when called on devices lacking the necessary support.
3939
40-
The Windows Copilot Runtime (WCR) offers several AI-powered features and APIs for you to easily, efficiently, and responsibly use on-device AI models in your Windows apps. In this release we are making available several scenario focused APIs for you to leverage powerful capabilities without the need to find, run, or optimize your own Machine Learning (ML) models.
40+
Windows AI Foundry (WAIF) offers several AI-powered features and APIs for you to easily, efficiently, and responsibly use on-device AI models in your Windows apps. In this release we are making available several scenario focused APIs for you to leverage powerful capabilities without the need to find, run, or optimize your own Machine Learning (ML) models.
4141

42-
Learn more about responsible development practices used during WCR API development that you can also apply as you create AI-assisted features in the [Developing Responsible Generative AI Applications and Features on Windows](/windows/ai/rai) guidance.
42+
Learn more about responsible development practices used during Windows AI APIs development that you can also apply as you create AI-assisted features in the [Developing Responsible Generative AI Applications and Features on Windows](/windows/ai/rai) guidance.
4343

4444
This is the latest release of the experimental channel.
4545

hub/apps/windows-app-sdk/preview-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A new `TitleBar` control makes it much easier to create a great, customizable ti
7070

7171
* New `RuntimeCompatibilityOptions` support will allow more control over how servicing changes affect apps. For more info, see GitHub [#4966](https://github.com/microsoft/WindowsAppSDK/issues/4966).
7272
* A new `ReleaseInfo` API provides easy access to the version of the Windows App SDK Runtime in use. For more info, see GitHub [#2893](https://github.com/microsoft/WindowsAppSDK/issues/2893).
73-
* Note: Windows Copilot Runtime APIs are not included this release. To experiment with these APIs, please continue to use the 1.7-experimental3 release and share your feedback!
73+
* Note: Windows AI APIs are not included this release. To experiment with these APIs, please continue to use the 1.7-experimental3 release and share your feedback!
7474
* Note: New APIs for windowing on `AppWindow` are not included in this release. To experiment with these APIs, please continue to use the 1.7-experimental3 release and share your feedback!
7575

7676
### New APIs

hub/apps/windows-app-sdk/release-notes-archive/experimental-channel-1.7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The experimental channel includes releases of the Windows App SDK with [experime
2727

2828
- [Latest stable channel release notes for the Windows App SDK](../stable-channel.md)
2929
## Version 1.7 Experimental (1.7.0-experimental3)
30-
### Use on-device AI with Windows Copilot Runtime APIs
30+
### Use on-device AI with Windows AI APIs
3131

3232
> [!IMPORTANT]
3333
> The underlying ML models required for these APIs currently require your device to be running the latest Windows 11 Insider Preview Build on the Dev Channel. Additionally, these APIs require your device to be a Copilot+ PC. See [Copilot+ PCs Developer Guide](/windows/ai/npu-devices) to learn more about these devices. APIs will throw an exception when called on devices lacking the necessary support.
3434
35-
The Windows Copilot Runtime (WCR) offers several AI-powered features and APIs for you to easily, efficiently, and responsibly use on-device AI models in your Windows apps. In this release we are making available several scenario focused APIs for you to leverage powerful capabilities without the need to find, run, or optimize your own Machine Learning (ML) models.
35+
Windows AI Foundry (WAIF) offers several AI-powered features and APIs for you to easily, efficiently, and responsibly use on-device AI models in your Windows apps. In this release we are making available several scenario focused APIs for you to leverage powerful capabilities without the need to find, run, or optimize your own Machine Learning (ML) models.
3636

37-
Learn more about responsible development practices used during WCR API development that you can also apply as you create AI-assisted features in the [Developing Responsible Generative AI Applications and Features on Windows](/windows/ai/rai) guidance.
37+
Learn more about responsible development practices used during Windows AI APIs development that you can also apply as you create AI-assisted features in the [Developing Responsible Generative AI Applications and Features on Windows](/windows/ai/rai) guidance.
3838

3939
#### Phi Silica
4040

@@ -44,7 +44,7 @@ See [Get started with Phi Silica in the Windows App SDK](/windows/ai/apis/phi-si
4444

4545
#### Text Recognition (OCR)
4646

47-
Text recognition, also known as optical character recognition (OCR), APIs in Windows Copilot Runtime (WCR) can detect and extract text within images and convert it into machine readable character streams. These APIs can identify characters, words, lines, polygonal text boundaries, and provide confidence levels for each match. The set of WCR AI-assisted APIs benefit from NPU-assisted acceleration to perform faster and more accurately than the legacy [Windows.Media.Ocr.OcrEngine](/uwp/api/windows.media.ocr.ocrengine) APIs.
47+
Text recognition, also known as optical character recognition (OCR), APIs in Windows AI Foundry (WAIF) can detect and extract text within images and convert it into machine readable character streams. These APIs can identify characters, words, lines, polygonal text boundaries, and provide confidence levels for each match. The set of AI-assisted APIs in Windows AI Foundry benefit from NPU-assisted acceleration to perform faster and more accurately than the legacy [Windows.Media.Ocr.OcrEngine](/uwp/api/windows.media.ocr.ocrengine) APIs.
4848

4949
See [Get Started with Text Recognition (OCR) in the Windows App SDK](/windows/ai/apis/text-recognition) and [API ref for AI-backed Text Recognition (OCR) in the Windows App SDK](/windows/ai/apis/text-recognition-api-ref) for more information.
5050

0 commit comments

Comments
 (0)