Skip to content

Commit cb276ef

Browse files
committed
adding usage support
1 parent c2d33c8 commit cb276ef

File tree

7 files changed

+38
-0
lines changed

7 files changed

+38
-0
lines changed

articles/ai-services/agents/how-to/tools/azure-ai-search.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Use an existing Azure AI Search index with the agent's Azure AI Search tool.
3232
**Index with semantic configuration**
3333
- By default, the Azure AI Search tool runs hybrid + semantic search on all text fields.
3434

35+
## Usage support
36+
37+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
38+
|---------|---------|---------|---------|---------|
39+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
40+
3541
[!INCLUDE [setup](../../includes/azure-search/setup.md)]
3642

3743
::: zone-end

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ Azure AI Agents supports function calling, which allows you to describe the stru
129129

130130
To use all features of function calling including parallel functions, you need to use a model that was released after November 6, 2023.
131131

132+
## Usage support
133+
134+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
135+
|---------|---------|---------|---------|---------|
136+
| | ✔️ | | | ✔️ |
132137

133138
## Define a function for your agent to call
134139

articles/ai-services/agents/how-to/tools/bing-grounding.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Developers and end users don't have access to raw content returned from Groundin
2828
> 1. By creating and using a Grounding with Bing Search resource through code-first experience, such as Azure CLI, or deploying through deployment template, you agree to be bound by and comply with the terms available at https://www.microsoft.com/en-us/bing/apis/grounding-legal, which may be updated from time to time.
2929
> 1. When you use Grounding with Bing Search, your customer data is transferred outside of the Azure compliance boundary to the Grounding with Bing Search service. Grounding with Bing Search is not subject to the same data processing terms (including location of processing) and does not have the same compliance standards and certifications as the Azure AI Agent Service, as described in the [Grounding with Bing Search Terms of Use](https://www.microsoft.com/en-us/bing/apis/grounding-legal). It is your responsibility to assess whether use of Grounding with Bing Search in your agent meets your needs and requirements.
3030
31+
## Usage support
32+
33+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
34+
|---------|---------|---------|---------|---------|
35+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
3136

3237
## Setup
3338

articles/ai-services/agents/how-to/tools/code-interpreter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ The [models page](../../quotas-limits.md) contains the most up-to-date informati
3030

3131
We recommend using Agents with the latest models to take advantage of the new features, larger context windows, and more up-to-date training data.
3232

33+
## Usage support
34+
35+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
36+
|---------|---------|---------|---------|---------|
37+
| ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
3338

3439
## Using the function calling tool with an agent
3540

articles/ai-services/agents/how-to/tools/file-search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ File search augments agents with knowledge from outside its model, such as propr
3131
- Upload local files
3232
- Azure Blob Storage
3333

34+
### Usage support
35+
36+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
37+
|---------|---------|---------|---------|---------|
38+
| ✔️ | ✔️ | ✔️ | File upload only | File upload and using blob storage |
3439

3540
## Dependency on agent setup
3641

articles/ai-services/agents/how-to/tools/function-calling.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ The [models page](../../concepts/model-region-support.md) contains the most up-t
2828

2929
To use all features of function calling including parallel functions, you need to use a model that was released after November 6, 2023.
3030

31+
### Usage support
32+
33+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
34+
|---------|---------|---------|---------|---------|
35+
| | ✔️ | ✔️ | ✔️ | ✔️ |
36+
3137
::: zone-end
3238

3339
::: zone pivot="code-example"

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ automated, and scalable API integrations that enhance the capabilities and effic
2727
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs
2828
work together, generate client code, create tests, apply design standards, and more. Currently, we support 3 authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
2929

30+
### Usage support
31+
32+
|Azure AI foundry support | Python SDK | C# SDK | Basic agent setup | Standard agent setup |
33+
|---------|---------|---------|---------|---------|
34+
| | ✔️ | ✔️ | ✔️ | ✔️ |
35+
3036
## Prerequisites
3137
1. Ensure you've completed the prerequisites and setup steps in the [quickstart](../../quickstart.md).
3238

0 commit comments

Comments
 (0)