Share via


OpenApiFunctionExecutionParameters.RestApiOperationResponseFactory Property

Definition

A custom factory for the RestApiOperationResponse. It allows modifications of various aspects of the original response, such as adding response headers, changing response content, adjusting the schema, or providing a completely new response. If a custom factory is not supplied, the internal factory will be used by default.

public Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationResponseFactory? RestApiOperationResponseFactory { get; set; }
member this.RestApiOperationResponseFactory : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationResponseFactory with get, set
Public Property RestApiOperationResponseFactory As RestApiOperationResponseFactory

Property Value

Applies to