Skip to content

Commit

Permalink
[cognitiveservices] Fix more projected name added (#28389)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Mar 21, 2024
1 parent 5312cc6 commit ba1995b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/cognitiveservices/ContentSafety/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ interface TextOperations {
{
@body
@doc("The text prompt injection attacks analysis request.")
@projectedName("csharp", "options")
@projectedName("python", "options")
@projectedName("java", "options")
@clientName("options", "csharp")
@clientName("options", "python")
@clientName("options", "java")
body: AnalyzeTextPromptInjectionOptions;
},
AnalyzeTextPromptInjectionResult
Expand Down

0 comments on commit ba1995b

Please sign in to comment.