Uses of Interface
com.microsoft.semantickernel.orchestration.responseformat.ResponseSchemaGenerator
-
Packages that use ResponseSchemaGenerator Package Description com.microsoft.semantickernel.orchestration.responseformat -
-
Uses of ResponseSchemaGenerator in com.microsoft.semantickernel.orchestration.responseformat
Methods in com.microsoft.semantickernel.orchestration.responseformat that return ResponseSchemaGenerator Modifier and Type Method Description static ResponseSchemaGeneratorResponseSchemaGenerator. jacksonGenerator()Load a response schema generator based on the Jackson library, requires that com.github.victools:jsonschema-generator has been added to the class path.static ResponseSchemaGeneratorResponseSchemaGenerator. loadGenerator(String className)Load a response schema generator based on the given class name.Methods in com.microsoft.semantickernel.orchestration.responseformat with parameters of type ResponseSchemaGenerator Modifier and Type Method Description JsonSchemaResponseFormat.BuilderJsonSchemaResponseFormat.Builder. setResponseFormat(Class<?> clazz, ResponseSchemaGenerator responseSchemaGenerator)Sets the response format.
-