Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.02k forks source link

[Cognitive Services - AzureOpenAI] API Review #21313

Closed azure-sdk closed 1 year ago

azure-sdk commented 1 year ago

New API Review meeting has been requested.

Service Name: Cognitive Services - AzureOpenAI Review Created By: Ralf Beckers Review Date: 11/22/2022 1:00 PM PT PR: https://github.com/Azure/azure-rest-api-specs/pull/21312 Hero Scenarios Link: Not Provided Core Concepts Doc Link: Not Provided

Description: GA version of OpenAI fine tuning API (2022-12-01)

Previous Reviews: 6273 6301

Detailed meeting information and documents provided can be accessed here

mikekistler commented 1 year ago

Ted left some questions/comments in the APIView

Mike left some questions/comments in the PR

Meeting recording

markweitzel commented 1 year ago

Follow up from the review meeting yesterday:

There were concerns, that without doc generation, the inference part will be basically an undocumented API. @Chris Hoder pointed out that we have hand written docs for using Azure OpenAI which includes the inference part too. One can find it here: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference Can we close this question now that we have public doc about the inference part? We have the OpenApi v3 doc available for all details.

All Cognitive services swagger files have the error type (re)defined in their swagger files. I’ve updated my PR to use the single error schema with the merged error codes. Is it OK to leave the single error schema in to have a self contained document? If not, which type from common types should I reference? I could not find a matching one.

bexxx commented 1 year ago

Feedback and open issues have been addressed in the PR.