Uses of Interface
de.xima.fc.prompt.service.support.IJsonSchemaTransformer
Packages that use IJsonSchemaTransformer
Package
Description
Contains the UI controller beans for the prompt connection and query configuration UI of the Generic OAI prompt
service.
Contains the internal logic needed to implement the Generic OAI prompt service handler.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IJsonSchemaTransformer in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.bean that return IJsonSchemaTransformerModifier and TypeMethodDescriptionGenericOaiQueryConfigBean.getSchemaTransformer()Gets the JSON schema transformer that transforms JSON schemas to be compatible with a Generic OAI service's requirements. -
Uses of IJsonSchemaTransformer in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic that return IJsonSchemaTransformerModifier and TypeMethodDescriptionstatic IJsonSchemaTransformerGenericOaiSchemaTransformerFactory.createGenericJsonTransformer(IPromptJsonSchemaService schemaService) Creates anIJsonSchemaTransformerthat transforms JSON schemas by removing unsupported keywords and features. -
Uses of IJsonSchemaTransformer in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IJsonSchemaTransformerModifier and TypeMethodDescriptionIJsonSchemaTransformerBuilder.build()Creates a newIJsonSchemaTransformerinstance with the configured transformation steps and configuration.Methods in de.xima.fc.prompt.service.support with parameters of type IJsonSchemaTransformerModifier and TypeMethodDescriptionIPromptJsonSchemaService.resolveJsonSchemaOutput(JsonSchemaOutput output, IJsonSchemaTransformer transformer) Resolves aJsonSchemaOutputto a JSON schema string.IPromptJsonAnswerDescriptorBuilder.transformer(IJsonSchemaTransformer transformer) Sets the optional JSON schema transformer to use to transform the schema before deriving the value descriptor.