Skip to content

Commit 850fa2f

Browse files
authored
Merge pull request #5135 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents 2bd61ae + 4e0cee0 commit 850fa2f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/ai-services/agents/how-to/tools/fabric.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ You need to first build and publish a Fabric data agent and then connect your Fa
3535

3636
## Setup
3737
> [!NOTE]
38-
> * The model you selected in Azure AI Agent setup is only used for agent orchestration and response generation. It doesn't impact which model Fabric data agent uses for NL2SQL operation.
38+
> * The model you selected in Azure AI Foundry Agent setup is only used for agent orchestration and response generation. It doesn't impact which model Fabric data agent uses for NL2SQL operation.
39+
> * To help your model invoke your Microsoft Fabric tool in the expected way, please make sure you update agent instructions with descriptions of your Fabric data agent and what data it has access to. An example is "for customer and product sales related data, please use the Fabric tool"
3940
40-
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
41+
1. Create an Azure AI Foundry Agent by following the steps in the [quickstart](../../quickstart.md).
4142

4243
1. Create and publish a [Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312910)
4344

articles/ai-services/openai/includes/text-to-speech-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To run the quickstart, follow these steps:
9898
var speechFilePath = "YOUR_AUDIO_FILE_PATH";
9999
100100
AzureOpenAIClient openAIClient = new AzureOpenAIClient(endpoint, credentials);
101-
AudioClient = openAIClient.GetAudioClient(deploymentName);
101+
AudioClient audioClient = openAIClient.GetAudioClient(deploymentName);
102102
103103
var result = await audioClient.GenerateSpeechAsync(
104104
"the quick brown chicken jumped over the lazy dogs");

0 commit comments

Comments
 (0)