Skip to content

Commit 23bcec2

Browse files
authored
Merge pull request #1941 from aahill/agents
removing foundry pivot + other fixes
2 parents 8e76091 + baaa43d commit 23bcec2

File tree

12 files changed

+9
-85
lines changed

12 files changed

+9
-85
lines changed

articles/ai-services/agents/concepts/model-region-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
# Models supported by Azure AI Agent Service
1515

16-
Agents are powered by a diverse set of models with different capabilities and price points. Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the API, SDK, and Azure AI Foundry. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the OpenAI documentation. You can use [global standard models](../../openai/concepts/models.md#global-standard-model-availability) if they're supported in the regions listed here.
16+
Agents are powered by a diverse set of models with different capabilities and price points. Model availability varies by region and cloud. Certain tools and capabilities require the latest models. The following models are available in the available SDKs. The following table is for pay-as-you-go. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the OpenAI documentation. You can use [global standard models](../../openai/concepts/models.md#global-standard-model-availability) if they're supported in the regions listed here.
1717

1818
| Region | `gpt-35-turbo (0613)` | `gpt-35-turbo (1106)`| `fine tuned gpt-3.5-turbo-0125` | `gpt-4 (0613)` | `gpt-4 (1106)` | `gpt-4 (0125)` | `gpt-4o (2024-05-13)` | `gpt-4o-mini (2024-07-18)` |
1919
|-----|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ work together, generate client code, create tests, apply design standards, and m
4242
:::image type="content" source="../../media/tools/bing/project-connections.png" alt-text="A screenshot of the connections screen for the AI project." lightbox="../../media/tools/bing/project-connections.png":::
4343

4444
1. Select **custom keys** in **other resource types**.
45-
![image](https://github.com/user-attachments/assets/2e6e8efe-1a31-4097-a859-58ac5ee17a96)
45+
46+
:::image type="content" source="../../media/tools/bing/api-key-connection.png" alt-text="A screenshot of the custom keys selection for the AI project." lightbox="../../media/tools/bing/api-key-connection.png":::
4647

4748
1. Enter the following information
4849
- `key`: "key"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
3030
|---------|---------|
3131
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. |
3232
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
33+
| [Azure AI Search](./azure-ai-search.md) | Uses an existing Azure AI Search index as a knowledge base. |
3334

3435
## Action tools
3536

3637
|Tool |Description |
3738
|---------|---------|
3839
| [Code interpreter](./code-interpreter.md) | Enables agents to write and run Python code in a sandboxed execution environment. |
3940
|[Function calling](./function-calling.md) | Allows you to describe the structure of functions to an agent and then return the functions that need to be called along with their arguments. |
41+
| [OpenAPI specified tools](./openapi-spec.md) | Connects your Azure AI Agent to an external API using an OpenAPI 3.0 specified tool. |
4042

articles/ai-services/agents/includes/quickstart-foundry.md

Lines changed: 0 additions & 68 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/ai-services/agents/overview.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313

1414
# What is Azure AI Agent Service?
1515

16-
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. Using an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other non-Microsoft providers, Azure AI Agent Service enables you to build agents for a wide range of generative AI use cases. Users can access the service through REST APIs, SDKs, or in the [Azure AI Foundry](https://ai.azure.com).
16+
Azure AI Agent Service is a fully managed service designed to empower developers to securely build, deploy, and scale high-quality, and extensible AI agents. Using an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other non-Microsoft providers, Azure AI Agent Service enables you to build agents for a wide range of generative AI use cases. Users can access the service through the [available SDKs](./quickstart.md).
1717

1818

1919
## Comparing Azure agents and Azure OpenAI assistants
@@ -42,12 +42,9 @@ At Microsoft, we're committed to the advancement of AI driven by principles that
4242
To get started with Azure AI Agent Service, you need to create an Azure AI Foundry hub and an Agent project in your Azure subscription.
4343

4444
Start with the [quickstart](./quickstart.md) guide if it's your first time using the service.
45-
1. You can create a AI hub and project with the required resources via AI Foundry or Azure portal.
45+
1. You can create a AI hub and project with the required resources.
4646
1. After you create a project, you can deploy a compatible model such as GPT-4o.
47-
1. When you have a deployed model, you can:
48-
49-
- Try out the Azure AI Foundry agents playground to start exploring agents' capabilities.
50-
- You can also start making API calls to the service using the REST API or SDKs.
47+
1. When you have a deployed model, you can also start making API calls to the service using the SDKs.
5148

5249

5350
## Next steps

articles/ai-services/agents/quickstart.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ recommendations: false
1616

1717
Azure AI Agent Service allows you to create AI agents tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
1818

19-
::: zone pivot="programming-language-studio"
20-
21-
[!INCLUDE [quickstart-foundry](includes/quickstart-foundry.md)]
22-
23-
::: zone-end
24-
2519
::: zone pivot="programming-language-csharp"
2620

2721
[!INCLUDE [quickstart-csharp](includes/quickstart-csharp.md)]

0 commit comments

Comments
 (0)