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
In the sample below we create a client and an agent that has the AI tools definition for the Azure Function. The term `function` is used in two contexts within the AI tool definition:
190
192
191
193
* Azure Function: the type of tool. This is the Azure Functions app.
192
-
* Function: the Http trigger function within the Azure Function to call when the tool is invoked in the AI Project.
194
+
* Function: the Http trigger function `GetWeather`within the Azure Function to call when the tool is invoked in the AI Project.
Follow the [REST API Quickstart](../../quickstart.md?pivots=rest-api) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`. Then create the agent using:
0 commit comments