-
Notifications
You must be signed in to change notification settings - Fork 861
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azopenai] Updating to use the rawjson-as-bytes config option. No cod…
…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
1 parent
50f5fea
commit 689ec06
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|