Skip to content

Commit 38dceec

Browse files
authored
PR review: Fix typo in REST API instructions
Acrolinx typo fix.
1 parent fbd057f commit 38dceec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ agent = project_client.agents.create_agent(
232232
```
233233

234234
# [REST API](#tab/rest)
235-
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`. The create the agent using:
235+
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:
236236
```console
237237
curl $AZURE_AI_AGENTS_ENDPOINT/assistants?api-version=2024-12-01-preview \
238238
-H "Authorization: Bearer $AZURE_AI_AGENTS_TOKEN" \

0 commit comments

Comments
 (0)