Uses of Class
de.xima.fc.prompt.service.support.JsonSchemaOutputByPropertyList
Packages that use JsonSchemaOutputByPropertyList
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of JsonSchemaOutputByPropertyList in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return JsonSchemaOutputByPropertyListModifier and TypeMethodDescriptionIPromptJsonSchemaService.derivePropertyListFromSchema(Reader reader) Tries to convert a given JSON schema to a list of properties.JsonSchemaOutput.getByPropertyList()Applicable only ifdefinitionTypeisBY_PROPERTY_LIST.Methods in de.xima.fc.prompt.service.support with parameters of type JsonSchemaOutputByPropertyListModifier and TypeMethodDescriptionIPromptJsonSchemaService.constructJsonSchemaFromPropertyList(JsonSchemaOutputByPropertyList propertyList) Creates a JSON schema from a given list of properties.voidJsonSchemaOutput.setByPropertyList(JsonSchemaOutputByPropertyList byPropertyList) Applicable only ifdefinitionTypeisBY_PROPERTY_LIST.