Skip to content

Commit 4103e12

Browse files
committed
More fixes
1 parent 12a5dbf commit 4103e12

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ console.log(`Created agent, agent ID: ${agent.id}`);
267267
```
268268

269269
# [REST API](#tab/rest)
270-
Follow the [REST API Quickstart](../quickstart-rest.md) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`.
270+
Follow the [REST API Quickstart](../../includes/quickstart-rest.md) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`.
271271
```console
272272
curl $AZURE_AI_AGENTS_ENDPOINT/assistants?api-version=2024-12-01-preview \
273273
-H "Authorization: Bearer $AZURE_AI_AGENTS_TOKEN" \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public partial class Sample_Agent_OpenAPI : SamplesBase<AIProjectsTestEnvironmen
141141
var file_path = GetFile();
142142
```
143143
# [REST API](#tab/rest)
144-
Follow the [REST API Quickstart](../quickstart-rest.md) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`.
144+
Follow the [REST API Quickstart](../../includes/quickstart-rest.md) to set the right values for the environment variables `AZURE_AI_AGENTS_TOKEN` and `AZURE_AI_AGENTS_ENDPOINT`.
145145

146146
---
147147

articles/ai-services/agents/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure AI Agent Service allows you to create AI agents tailored to your needs thr
5252
::: zone-end
5353
::: zone pivot="rest-api"
5454

55-
[!INCLUDE [quickstart-typescript](includes/quickstart-rest.md)]
55+
[!INCLUDE [quickstart-rest](includes/quickstart-rest.md)]
5656

5757
::: zone-end
5858

zone-pivots/zone-pivot-groups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,8 @@ groups:
967967
title: Python (OpenAI SDK)
968968
- id: programming-language-typescript
969969
title: TypeScript
970+
- id: rest-api
971+
title: REST API
970972
# owner: aahi
971973
- id: selection-code-interpreter
972974
title: Selections

0 commit comments

Comments
 (0)