Skip to content

Commit f253ce7

Browse files
Clear suggestions
1 parent 559449f commit f253ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-foundry/openai/includes/evaluation-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ In addition to the parameters in the examples above, you can optionally add thes
193193

194194
| Name | In | Required | Type | Description |
195195
|-----------|-------|----------|---------|-------------|
196-
| endpoint | path | Yes | string | Supported Azure OpenAI endpoints (protocol and hostname, for example: https://aoairesource.openai.azure.com. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
196+
| endpoint | path | Yes | string | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
197197
| eval-id | path | Yes | string | The ID of the evaluation to retrieve runs for. |
198198
| run-id | path | Yes | string | The ID of the run to retrieve output items for. |
199199
| after | query | No | string | Identifier for the last output item from the previous pagination request. |

articles/ai-foundry/openai/includes/evaluation-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In addition to the parameters in the examples above, you can optionally add thes
9595

9696
| Name | In | Required | Type | Description |
9797
|-----------|-------|----------|---------|-------------|
98-
| endpoint | path | Yes | string | Supported Azure OpenAI endpoints (protocol and hostname, for example: https://aoairesource.openai.azure.com. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
98+
| endpoint | path | Yes | string | Supported Azure OpenAI endpoints (protocol and hostname, for example: `https://aoairesource.openai.azure.com`. Replace "aoairesource" with your Azure OpenAI resource name). https://{your-resource-name}.openai.azure.com |
9999
| eval-id | path | Yes | string | The ID of the evaluation to retrieve runs for. |
100100
| run-id | path | Yes | string | The ID of the run to retrieve output items for. |
101101
| after | query | No | string | Identifier for the last output item from the previous pagination request. |

0 commit comments

Comments
 (0)