Skip to content

Commit 0ef6289

Browse files
authored
Azure AI Projects TypeSpec: Minor typo fixes in Evaluations (#36382)
1 parent 5d6039f commit 0ef6289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/ai/Azure.AI.Projects/red-teams/models.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ model AzureOpenAIModelConfiguration extends TargetConfig {
116116
@visibility(Lifecycle.Read)
117117
type: "AzureOpenAIModel";
118118

119-
@doc("Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (i.e. `my-aoai-connection/gpt-4o`.")
119+
@doc("Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (e.g. `my-aoai-connection/gpt-4o`).")
120120
modelDeploymentName: string;
121121
}
122122

specification/ai/data-plane/Azure.AI.Projects/preview/2025-05-15-preview/azure-ai-projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@
19731973
"properties": {
19741974
"modelDeploymentName": {
19751975
"type": "string",
1976-
"description": "Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (i.e. `my-aoai-connection/gpt-4o`."
1976+
"description": "Deployment name for AOAI model. Example: gpt-4o if in AIServices or connection based `connection_name/deployment_name` (e.g. `my-aoai-connection/gpt-4o`)."
19771977
}
19781978
},
19791979
"required": [

0 commit comments

Comments
 (0)