Actions in Graph are mapped for each path in the generated OpenAPI doc and each of these paths is associated with a request body and the response . The request bodies and responses are often duplicates
The Kiota generation using the OpenAPI v1.0 doc creates a model class for each of this request body and response which generates duplicate code.
Expectation:
Optimize and reduce the duplicates during the Graph OData to OpenAPI transformation.