Skip to content

Commit 657092f

Browse files
committed
Fix tab error
1 parent 0374433 commit 657092f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ agent = project_client.agents.create_agent(
251251

252252
:::code language="TypeScript" source="~/azure-functions-ai-services-agent-javascript/app/src/azureProjectInit.ts" id="CreateAgent" :::
253253

254-
```
255-
256254
# [REST API](#tab/rest)
257255
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:
258256
```console
@@ -298,6 +296,7 @@ curl $AZURE_AI_AGENTS_ENDPOINT/assistants?api-version=2024-12-01-preview \
298296
}'
299297
```
300298

299+
301300
---
302301

303302
## Create a thread for the agent

0 commit comments

Comments
 (0)