[azopenai] Turn on --rawjson-as-bytes
when generating the client
#21009
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
OpenAI
(from here: #20617 (comment))
This particular field though has a proper type now, @mikekistler must have fixed that awhile ago.
There aren't that many fields that are
any
so I'll need to check what they are supposed to be.I noticed that one of the
any
fields is a field that can either be astring
or a[]string
: link. We'll have to figure out the right way to represent this before we turn on --rawjson-as-bytes (which then turns it into a []byte).The text was updated successfully, but these errors were encountered: