Uses of Class
de.xima.fc.prompt.service.support.PromptFiles
Packages that use PromptFiles
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptFiles in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return PromptFilesModifier and TypeMethodDescriptionIPromptQueryConfig_Files.getFiles()Gets the configuration for the files needed by the prompt query.Methods in de.xima.fc.prompt.service.support with parameters of type PromptFilesModifier and TypeMethodDescriptionIPromptFileParametersDescriptorBuilder.fileParameters(PromptFiles files) Sets the file parameters from which to derive the file value descriptor.IPromptExecutionResolveFilesBuilder.files(PromptFiles files) Sets the files to resolve.voidIPromptQueryConfig_Files.setFiles(PromptFiles files) Sets the configuration for the files needed by the prompt query.