You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/agent-catalog.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,10 @@ ms.custom:
17
17
Accelerate your agent development using code samples and best practices for creating agents. Each agent sample below links to a GitHub Repository, where you can browse the agent's configuration files, setup instructions and source code to start integrating them into your own project in code.
18
18
With agents you create using these code samples, be sure to assess safety and legal implications, and to comply with all applicable laws and safety standards. See the [transparency note](/legal/cognitive-services/agents/transparency-note) for more information.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/model-region-support.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ Azure OpenAI provides customers with choices on the hosting structure that fits
22
22
-**Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
23
23
-**Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
24
24
25
-
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../openai/how-to/deployment-types.md).
25
+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../../ai-services/openai/how-to/deployment-types.md).
26
26
27
27
Azure AI Foundry Agent Service supports the following Azure OpenAI models in the listed regions.
28
28
29
29
> [!NOTE]
30
-
> * The following table is for standard deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../openai/concepts/models.md#global-standard-model-availability).
31
-
> *[Hub based projects](../../../ai-foundry/what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
30
+
> * The following table is for standard deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../../ai-services/openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../../ai-services/openai/concepts/models.md#global-standard-model-availability).
31
+
> *[Hub based projects](../../what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/concepts/threads-runs-messages.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ When you use an Agent, there are a series of steps that are involved.
26
26
-**Check the run status:** Monitor the run until it has completed.
27
27
-**Getting the response:** After the agent has created a response, display it to the user.
28
28
29
-
:::image type="content" source="../media/run-thread-model.png" alt-text="A diagram showing an example of an agent run." lightbox="../media/run-thread-model.png":::
29
+
:::image type="content" source="../media\run-thread-model.png" alt-text="A diagram showing an example of an agent run." lightbox="../media\run-thread-model.png":::
30
30
31
31
## Agent
32
32
@@ -46,4 +46,4 @@ A run involves invoking the agent on the thread, where it processes the messages
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/environment-setup.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,14 +66,14 @@ Azure AI Foundry Agent Service offers three environment configuration modes to s
66
66
| Private Network Isolation (Bring your own virtual network) ||| ✅ |
67
67
68
68
### Deployment options
69
-
To customize these templates, see [use your own resources](./how-to/use-your-own-resources.md).
69
+
To customize these templates, see [use your own resources](how-to\use-your-own-resources.md).
70
70
71
-
If you want support for Private Network Isolation see [network-secured setup](./how-to/virtual-networks.md) for more information on how to bring your own virtual network.
71
+
If you want support for Private Network Isolation see [network-secured setup](how-to\virtual-networks.md) for more information on how to bring your own virtual network.
72
72
73
73
| Description and Autodeploy | Diagram (click to zoom in) |
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json)| :::image type="content" source="./media/quickstart/basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="./media/quickstart/basic-setup-resources-foundry.png"::: |
76
-
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json)| :::image type="content" source="./media/quickstart/standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="./media/quickstart/standard-agent-setup.png"::: |
75
+
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json)| :::image type="content" source="./media\quickstart\basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="./media\quickstart\basic-setup-resources-foundry.png"::: |
76
+
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json)| :::image type="content" source="./media\quickstart\standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="./media\quickstart\standard-agent-setup.png"::: |
77
77
78
78
### [Optional] Model selection in autodeploy template
79
79
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the `modelName` and `modelVersion` parameters.
@@ -91,11 +91,11 @@ By default, the deployment template is configured with the following values:
91
91
> [!IMPORTANT]
92
92
> **Don't change the modelFormat parameter.**
93
93
>
94
-
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](./concepts/model-region-support.md) documentation.
94
+
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](concepts\model-region-support.md) documentation.
95
95
96
96
97
97
### What's next?
98
-
*[Create your first agent](./quickstart.md)
98
+
*[Create your first agent](quickstart.md)
99
99
* Explore more:
100
-
*[Use your existing resources](./how-to/use-your-own-resources.md)
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/faq.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ metadata:
12
12
author: aahill
13
13
title: Azure AI Foundry Agent Service frequently asked questions
14
14
summary: |
15
-
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../cognitive-services-support-options.md). Azure AI Foundry Agent Service is part of Azure AI services.
15
+
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../../ai-services/cognitive-services-support-options.md). Azure AI Foundry Agent Service is part of Azure AI services.
16
16
sections:
17
17
- name: General
18
18
questions:
@@ -53,8 +53,8 @@ sections:
53
53
- question: |
54
54
Is there any additional pricing or quota for using Foundry Agent Service?
55
55
answer: |
56
-
No. All [quotas](./quotas-limits.md) apply to using models with Foundry Agent Service.
56
+
No. All [quotas](quotas-limits.md) apply to using models with Foundry Agent Service.
57
57
- question: |
58
58
Does the Foundry Agent Service API support non-Azure OpenAI models?
59
59
answer: |
60
-
Yes, the Foundry Agent Service API supports non-Azure OpenAI models. See the [models](./concepts/model-region-support.md) page for more information.
60
+
Yes, the Foundry Agent Service API supports non-Azure OpenAI models. See the [models](concepts\model-region-support.md) page for more information.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/connected-agents.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
73
73
74
74
## Limitations
75
75
76
-
* Connected agents cannot call local functions using the function calling tool. We recommend using the [OpenAPI tool](./tools/openapi-spec.md) or [Azure Functions](./tools/azure-functions.md) instead.
76
+
* Connected agents cannot call local functions using the function calling tool. We recommend using the [OpenAPI tool](tools\openapi-spec.md) or [Azure Functions](tools\azure-functions.md) instead.
77
77
* It is currently not possible to guarantee citations will be passed from connected agents. You can try using prompt engineering combined with different models to try and improve the possibility that citations will be outputted by the main agent, but results are subject to variability.
78
78
79
79
:::zone pivot="portal"
@@ -85,7 +85,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
85
85
2. Select an existing agent from the list or create a new one.
86
86
3. Scroll down to the **Connected agents** section in the agent's setup panel and select **Add +**.
87
87
88
-
:::image type="content" source="../media/connected-agents/connected-agents-foundry.png" alt-text="A screenshot of the agents page in the Azure AI Foundry." lightbox="../media/connected-agents/connected-agents-foundry.png":::
88
+
:::image type="content" source="../media\connected-agents\connected-agents-foundry.png" alt-text="A screenshot of the agents page in the Azure AI Foundry." lightbox="../media\connected-agents\connected-agents-foundry.png":::
89
89
90
90
4. In the dialog that appears, choose an agent for the main agent to delegate tasks to, and describe:
91
91
- Select an **existing agent** from the dropdown. This is the connected agent that the main agent will delegate tasks to.
@@ -100,7 +100,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
100
100
101
101
The `research_agent` should delegate this request to `stock_price_bot` based on the routing description you defined.
102
102
103
-
:::image type="content" source="../media/connected-agents/connected-agents-foundry-2.png" alt-text="A screenshot of the connected agents screen" lightbox="../media/connected-agents/connected-agents-foundry-2.png":::
103
+
:::image type="content" source="../media\connected-agents\connected-agents-foundry-2.png" alt-text="A screenshot of the connected agents screen" lightbox="../media\connected-agents\connected-agents-foundry-2.png":::
0 commit comments