Skip to content

Commit 06dab48

Browse files
authored
Merge pull request #5295 from lindazqli/patch-62
Update fabric.md
2 parents 4d9d682 + 20439c9 commit 06dab48

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/agents/how-to/tools

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You need to first build and publish a Fabric data agent and then connect your Fa
3636
## Setup
3737
> [!NOTE]
3838
> * 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"
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". We recommend using a smaller AI model such as `gpt-4o-mini`. You can also use `tool_choice` parameter in SDK or API to force Fabric tool to be invoked at each run.
4040
4141
1. Create an Azure AI Foundry Agent by following the steps in the [quickstart](../../quickstart.md).
4242

0 commit comments

Comments
 (0)