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
ConnectedAgentToolDefinitionconnectedAgentDefinition=new(newConnectedAgentDetails(connectedAgent.Id, connectedAgent.Name, "Gets the stock price of a company"));
// tools: [...] tools that would be used to get stock prices
127
+
);
128
+
ConnectedAgentToolDefinitionconnectedAgentDefinition=new(newConnectedAgentDetails(stockAgent.Id, stockAgent.Name, "Gets the stock price of a company"));
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/tools/overview.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,17 @@ The Foundry Agent Service provides the following built-in tools. You can use the
74
74
The following tools are authored by third-party partners. Use the links below to view the documentation and code samples.
75
75
76
76
> [!IMPORTANT]
77
-
> * Your use of connected non-Microsoft services is subject to the terms between you and the service provider. By connecting to a non-Microsoft service, you acknowledge that some of your data, such as prompt content, is passed to the non-Microsoft service, and/or your application might receive data from the non-Microsoft service. You're responsible for your use of non-Microsoft data.
78
-
> *Using tools might incur usage with tool providers, review the pricing plan with your selected tool providers.
77
+
> * Your use of connected non-Microsoft services is subject to the terms between you and the service provider. By connecting to a non-Microsoft service, you acknowledge that some of your data, such as prompt content, is passed to the non-Microsoft service, and/or your application might receive data from the non-Microsoft service. You are responsible for your use (and any charges associated with your use) of non-Microsoft services and data.
78
+
> *The code in these non-Microsfot files were created by third parties, not Microsoft, and have not been tested or verified by Microsoft. Your use of the code samples is subject to the terms provided by the relevant third party. By using any third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to these samples.
79
79
80
80
|Tool |Description |
81
81
|---------|---------|
82
-
|[Auquan](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/auquan)|Utilize Auquan to perform your financial data crunching|
82
+
|[Auquan](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/auquan)|AI-powered workflow automation for institutional finance|
83
83
|[Celonis](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Celonis)| Celonis delivers Process Intelligence to accelerate enterprise AI at scale |
84
84
|[InsureMO Insurance Quotation](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/InsureMO)| Action APIs for insurance quotations for Car, Home, and Travel |
85
85
|[LEGALFLY](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/legalfly)| Legal insights grounded in trusted sources from your jurisdiction. |
86
+
|[LexisNexis](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/LexisNexis)| Seamless access to LexisNexis content. |
86
87
|[MiHCM](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/MiHCM)| seamless integration with MiHCM's HR functionalities |
|[Morningstar](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Morningstar)| Access up-to-date investment research and data such as analyst research, expert commentary, and essential Morningstar data. |
89
+
|[Trademo](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Trademo_Glocal_trade)| Provide latest duties and past shipment data for trade between multiple countries |
88
90
|[Tripadvisor](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/python/getting-started-agents/3p-tools/Tripadvisor)| Get travel data, guidance and reviews |
Copy file name to clipboardExpand all lines: articles/ai-services/agents/how-to/triggers.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,10 @@ For example, consider a workflow with the *Microsoft Forms* connector (which has
23
23
24
24
To check if a specific connector has a trigger capability, view its documentation and see if it has a **Trigger** section. For example, the [Triggers](/connectors/microsoftforms/#triggers) section of the *Microsoft Forms* connector.
25
25
26
-
## Prerequisite
26
+
## Prerequisites
27
27
28
28
*[An existing agent](../quickstart.md)
29
+
* Supported Logic Apps regions: `west us 2`, `west central us`, `east asia`, and `southeast asia`.
0 commit comments