Skip to content

Commit 7f8e17e

Browse files
committed
update
1 parent f5787d9 commit 7f8e17e

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

articles/ai-foundry/openai/latest.md

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Create the structure of an evaluation that can be used to test a model's perform
7474

7575
An evaluation is a set of testing criteria and a datasource. After creating an evaluation, you can run it on different models and model parameters. We support several types of graders and datasources.
7676

77-
NOTE: This Azure OpenAI API is in preview and subject to change.
77+
> [!NOTE]
78+
> This Azure OpenAI API is in preview and subject to change.
7879
7980
### URI Parameters
8081

@@ -132,7 +133,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}?api-version=v1
132133
Retrieve an evaluation by its ID.
133134
Retrieves an evaluation by its ID.
134135

135-
NOTE: This Azure OpenAI API is in preview and subject to change.
136+
> [!NOTE]
137+
> This Azure OpenAI API is in preview and subject to change.
138+
136139
### URI Parameters
137140

138141
| Name | In | Required | Type | Description |
@@ -178,7 +181,9 @@ POST {endpoint}/openai/v1/evals/{eval_id}?api-version=v1
178181

179182
Update select, mutable properties of a specified evaluation.
180183

181-
NOTE: This Azure OpenAI API is in preview and subject to change.
184+
> [!NOTE]
185+
> This Azure OpenAI API is in preview and subject to change.
186+
182187
### URI Parameters
183188

184189
| Name | In | Required | Type | Description |
@@ -232,7 +237,9 @@ DELETE {endpoint}/openai/v1/evals/{eval_id}?api-version=v1
232237

233238
Delete a specified evaluation.
234239

235-
NOTE: This Azure OpenAI API is in preview and subject to change.
240+
> [!NOTE]
241+
> This Azure OpenAI API is in preview and subject to change.
242+
236243
### URI Parameters
237244

238245
| Name | In | Required | Type | Description |
@@ -278,7 +285,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}/runs?api-version=v1
278285

279286
Retrieve a list of runs for a specified evaluation.
280287

281-
NOTE: This Azure OpenAI API is in preview and subject to change.
288+
> [!NOTE]
289+
> This Azure OpenAI API is in preview and subject to change.
290+
282291
### URI Parameters
283292

284293
| Name | In | Required | Type | Description |
@@ -328,7 +337,9 @@ POST {endpoint}/openai/v1/evals/{eval_id}/runs?api-version=v1
328337

329338
Create a new evaluation run, beginning the grading process.
330339

331-
NOTE: This Azure OpenAI API is in preview and subject to change.
340+
> [!NOTE]
341+
> This Azure OpenAI API is in preview and subject to change.
342+
332343
### URI Parameters
333344

334345
| Name | In | Required | Type | Description |
@@ -384,7 +395,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}/runs/{run_id}?api-version=v1
384395

385396
Retrieve a specific evaluation run by its ID.
386397

387-
NOTE: This Azure OpenAI API is in preview and subject to change.
398+
> [!NOTE]
399+
> This Azure OpenAI API is in preview and subject to change.
400+
388401
### URI Parameters
389402

390403
| Name | In | Required | Type | Description |
@@ -431,7 +444,9 @@ POST {endpoint}/openai/v1/evals/{eval_id}/runs/{run_id}?api-version=v1
431444

432445
Cancel a specific evaluation run by its ID.
433446

434-
NOTE: This Azure OpenAI API is in preview and subject to change.
447+
> [!NOTE]
448+
> This Azure OpenAI API is in preview and subject to change.
449+
435450
### URI Parameters
436451

437452
| Name | In | Required | Type | Description |
@@ -478,7 +493,9 @@ DELETE {endpoint}/openai/v1/evals/{eval_id}/runs/{run_id}?api-version=v1
478493

479494
Delete a specific evaluation run by its ID.
480495

481-
NOTE: This Azure OpenAI API is in preview and subject to change.
496+
> [!NOTE]
497+
> This Azure OpenAI API is in preview and subject to change.
498+
482499
### URI Parameters
483500

484501
| Name | In | Required | Type | Description |
@@ -525,7 +542,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}/runs/{run_id}/output_items?api-version=
525542

526543
Get a list of output items for a specified evaluation run.
527544

528-
NOTE: This Azure OpenAI API is in preview and subject to change.
545+
> [!NOTE]
546+
> This Azure OpenAI API is in preview and subject to change.
547+
529548
### URI Parameters
530549

531550
| Name | In | Required | Type | Description |
@@ -576,7 +595,9 @@ GET {endpoint}/openai/v1/evals/{eval_id}/runs/{run_id}/output_items/{output_item
576595

577596
Retrieve a specific output item from an evaluation run by its ID.
578597

579-
NOTE: This Azure OpenAI API is in preview and subject to change.
598+
> [!NOTE]
599+
> This Azure OpenAI API is in preview and subject to change.
600+
580601
### URI Parameters
581602

582603
| Name | In | Required | Type | Description |
@@ -2935,7 +2956,8 @@ A tool that can be used to generate a response.
29352956

29362957
### OpenAI.WebSearchPreviewTool
29372958

2938-
Note: web_search is not yet available via Azure OpenAI.
2959+
> [!NOTE]
2960+
> web_search is not yet available via Azure OpenAI.
29392961
29402962
| Name | Type | Description | Required | Default |
29412963
|------|------|-------------|----------|---------|

0 commit comments

Comments
 (0)