Skip to content

Commit

Permalink
[OpenAI.Inference] Remove unnecessary suppression (Azure#24562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored and harryli0108 committed Jul 28, 2023
1 parent 9ff0057 commit e3bc4b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ model Choice {
index: int32;

#suppress "@azure-tools/typespec-azure-core/no-nullable" "The operation already returns nulls"
#suppress "@azure-tools/typespec-autorest/union-unsupported" "https://github.com/Azure/typespec-azure/issues/3180"
@doc("The log probabilities model for tokens associated with this completions choice.")
@projectedName("json", "logprobs")
@projectedName("csharp", "LogProbabilityModel")
Expand Down

0 comments on commit e3bc4b4

Please sign in to comment.