Package com.microsoft.semantickernel.orchestration.responseformat
-
Interface Summary Interface Description ResponseSchemaGenerator Interface for generating json response schemas for a given class. -
Class Summary Class Description JsonObjectResponseFormat A response represented in a JSON format.JsonResponseSchema The schema for a response in JSON format.JsonSchemaResponseFormat A response represented in a JSON schema format.JsonSchemaResponseFormat.Builder A builder for theJsonSchemaResponseFormatclass.ResponseFormat Base class for response formats.ResponseSchema TextResponseFormat Represents a text response format. -
Enum Summary Enum Description ResponseFormat.Type The type of the response format.