Skip to content

Commit

Permalink
[azopenai] Updating to use the rawjson-as-bytes config option. No cod…
Browse files Browse the repository at this point in the history
…e changes. (#23167)

Updating to use the rawjson-as-bytes config option. It doesn't change anything in our client, as it is today, because we've properly typed all 'any' fields.

Also, made Charles a CODEOWNER for this folder.

Fixes #21009
  • Loading branch information
richardpark-msft authored Jul 8, 2024
1 parent 50f5fea commit 689ec06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# AzureSDKOwners: @richardpark-msft
# ServiceLabel: %OpenAI
# PRLabel: %OpenAI
/sdk/ai @richardpark-msft @jhendrixMSFT
/sdk/ai @richardpark-msft @jhendrixMSFT @chlowell

# AzureSDKOwners: @jhendrixMSFT
# ServiceLabel: %Internal
Expand Down
1 change: 1 addition & 0 deletions sdk/ai/azopenai/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ go: true
use: "@autorest/[email protected]"
title: "OpenAI"
slice-elements-byval: true
rawjson-as-bytes: true
# can't use this since it removes an innererror type that we want ()
# remove-non-reference-schema: true
```
Expand Down

0 comments on commit 689ec06

Please sign in to comment.