Uses of Class
de.xima.fc.prompt.service.support.JsonSchemaOutput
Packages that use JsonSchemaOutput
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of JsonSchemaOutput in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return JsonSchemaOutputModifier and TypeMethodDescriptionIPromptQueryConfig_JsonSchemaOutput.getJsonSchemaOutput()Gets the JSON schema output for the prompt query.Methods in de.xima.fc.prompt.service.support with parameters of type JsonSchemaOutputModifier and TypeMethodDescriptionIPromptJsonAnswerDescriptorBuilder.jsonSchemaOutput(JsonSchemaOutput jsonSchemaOutput) Sets the JSON schema output model from which to derive the value descriptor.IPromptJsonSchemaService.resolveJsonSchemaOutput(JsonSchemaOutput output, IJsonSchemaTransformer transformer) Resolves aJsonSchemaOutputto a JSON schema string.voidIPromptQueryConfig_JsonSchemaOutput.setJsonSchemaOutput(JsonSchemaOutput jsonSchemaOutput) Sets the JSON schema output for the prompt query.