Uses of Enum
de.xima.fc.prompt.service.support.SingularFileMode
Packages that use SingularFileMode
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of SingularFileMode in de.xima.fc.prompt.service.support
Subclasses with type arguments of type SingularFileMode in de.xima.fc.prompt.service.supportModifier and TypeClassDescriptionenumEnumeration for a single input or output file that describes whether the file is required, optional, or never allowed.Methods in de.xima.fc.prompt.service.support that return SingularFileModeModifier and TypeMethodDescriptionIPromptQueryConfig_SingleAudioInput.getSingleAudioInput()Gets whether an audio file is allowed as a file input parameter for the prompt query.IPromptQueryConfig_SingleImageInput.getSingleImageInput()Gets whether an image file is allowed as a file input parameter for the prompt query.IPromptQueryConfig_SinglePdfInput.getSinglePdfInput()Gets whether a PDF file is allowed as a file input parameter for the prompt query.IPromptQueryConfig_SingleTextInput.getSingleTextInput()Gets whether a text file is allowed as a file input parameter for the prompt query.IPromptQueryConfig_SingleVideoInput.getSingleVideoInput()Gets whether a video file is allowed as a file input parameter for the prompt query.static SingularFileModeReturns the enum constant of this type with the specified name.static SingularFileMode[]SingularFileMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.service.support with parameters of type SingularFileModeModifier and TypeMethodDescriptionvoidIPromptQueryConfig_SingleAudioInput.setSingleAudioInput(SingularFileMode singleAudioInput) Sets whether an audio file is allowed as a file input parameter for the prompt query.voidIPromptQueryConfig_SingleImageInput.setSingleImageInput(SingularFileMode singleImageInput) Sets whether an image file is allowed as a file input parameter for the prompt query.voidIPromptQueryConfig_SinglePdfInput.setSinglePdfInput(SingularFileMode singlePdfInput) Sets whether a PDF file is allowed as a file input parameter for the prompt query.voidIPromptQueryConfig_SingleTextInput.setSingleTextInput(SingularFileMode singleTextInput) Sets whether a text file is allowed as a file input parameter for the prompt query.voidIPromptQueryConfig_SingleVideoInput.setSingleVideoInput(SingularFileMode singleVideoInput) Sets whether a video file is allowed as a file input parameter for the prompt query.