Uses of Interface
de.xima.fc.prompt.service.support.IJsonSchemaTransformer
Packages that use IJsonSchemaTransformer
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
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.