com.microsoft.semantickernel.orchestration.responseformat
Classes
| 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 the JsonSchemaResponseFormat class. |
|
| ResponseFormat |
Base class for response formats. |
|
| ResponseSchema | ||
| TextResponseFormat |
Represents a text response format. |
|
Interfaces
| ResponseSchemaGenerator |
Interface for generating json response schemas for a given class. |
Enums
| ResponseFormat.Type |
The type of the response format. |