Uses of Class
de.xima.fc.prompt.service.support.PromptFiles
Packages that use PromptFiles
Package
Description
Contains the model classes needed by the Generic OAI prompt service handler.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of PromptFiles in de.xima.fc.prompt.ms.impl.service.generic_oai.service.model
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.model that return PromptFilesMethods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.model with parameters of type PromptFiles -
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.