Skip to content

Commit 21aaa37

Browse files
committed
Switch Foundry Tools back to AI services when general services are intended
1 parent 4a49649 commit 21aaa37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/communication-services/concepts/ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Similar to Azure Communication Services messaging, there are REST APIs for many
5757
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)**: Services and AI applications use Call Automation REST APIs to answer, route, and manage all types of Azure voice and video calls.
5858
- **[Service-to-service audio streaming](../concepts/call-automation/audio-streaming-concept.md)**: AI applications use Azure's service-to-service WebSockets API to stream audio data. This works in both directions, your AI can listen to a call, and speak.
5959
- **[Service-to-service real-time transcription](../concepts/call-automation/real-time-transcription.md)**: AI applications use Azure's service-to-service WebSockets API to stream a real-time, Azure-generated transcription. Compared to audio or video content, transcript data is often easier for AI models to reason upon.
60-
- **[Call recording](../concepts/voice-video-calling/call-recording.md)**: You can record Azure calls in your own datastore and then direct AI services to process that content.
60+
- **[Call recording](../concepts/voice-video-calling/call-recording.md)**: You can record Azure calls in your own datastore and then direct the AI service to process that content.
6161
- **[Client raw audio and video](../concepts/voice-video-calling/media-access.md)**: The Calling client SDK provides APIs for accessing and modifying the raw audio and video feed. An example scenario is taking the video feed, using computer vision to distinguish the human speaker from their background, and customizing that background.

articles/connectors/built-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,13 @@ Azure Logic Apps provides the following built-in actions for working with data o
360360
[![Data Operations icon][data-operations-icon]][data-operations-doc]
361361
<br><br>[**Data Operations**][data-operations-doc]
362362
<br><br>Perform operations with data.
363-
<br><br>**Chunk text**: Split up content into pieces to use in AI solutions or with AI service operations such as [Azure OpenAI and Azure AI Search operations](../logic-apps/connectors/azure-ai.md). For more information, see [Parse or chunk content](../logic-apps/parse-document-chunk-text.md).
363+
<br><br>**Chunk text**: Split up content into pieces to use in AI solutions or with Foundry Tools operations such as [Azure OpenAI and Azure AI Search operations](../logic-apps/connectors/azure-ai.md). For more information, see [Parse or chunk content](../logic-apps/parse-document-chunk-text.md).
364364
<br><br>**Compose**: Create a single output from multiple inputs with various types.
365365
<br><br>**Create CSV table**: Create a comma-separated-value (CSV) table from an array with JSON objects.
366366
<br><br>**Create HTML table**: Create an HTML table from an array with JSON objects.
367367
<br><br>**Filter array**: Create an array from items in another array that meet your criteria.
368368
<br><br>**Join**: Create a string from all items in an array and separate those items with the specified delimiter.
369-
<br><br>**Parse a document**: Create a tokenized string to use in AI solutions or with AI service operations such as [Azure OpenAI and Azure AI Search operations](../logic-apps/connectors/azure-ai.md). For more information, see [Parse or chunk content](../logic-apps/parse-document-chunk-text.md).
369+
<br><br>**Parse a document**: Create a tokenized string to use in AI solutions or with Foundry Tools operations such as [Azure OpenAI and Azure AI Search operations](../logic-apps/connectors/azure-ai.md). For more information, see [Parse or chunk content](../logic-apps/parse-document-chunk-text.md).
370370
<br><br>**Parse JSON**: Create user-friendly tokens from properties and their values in JSON content so that you can use those properties in your workflow.
371371
<br><br>**Select**: Create an array with JSON objects by transforming items or values in another array and mapping those items to specified properties.
372372
:::column-end:::

0 commit comments

Comments
 (0)