Uses of Interface
de.xima.fc.workflow.processor.factory.IPromptQueryBuilder
Packages that use IPromptQueryBuilder
-
Uses of IPromptQueryBuilder in de.xima.fc.workflow.processor.factory
Subinterfaces with type arguments of type IPromptQueryBuilder in de.xima.fc.workflow.processor.factoryModifier and TypeInterfaceDescriptioninterfaceBuilder for configuring aEWorkflowNodeType.FC_PROMPT_QUERYaction.Methods in de.xima.fc.workflow.processor.factory that return IPromptQueryBuilderModifier and TypeMethodDescriptionIPromptQueryBuilder.addMultiFileParameter(String key, MultiFile value) Adds a multi file parameter to be passed to the prompt query upon execution.IPromptQueryBuilder.addSingleFileParameter(String key, SingleFile value) Adds a single file parameter to be passed to the prompt query upon execution.IPromptQueryBuilder.jsonParameters(Object value) Sets the JSON parameters value to be passed to the prompt query upon execution.IPromptQueryBuilder.multiFileParameters(Map<String, MultiFile> multiFileParameters) Sets the multi file parameters to be passed to the prompt query upon execution.IPromptQueryBuilder.outputFileProvision(FileProvision outputFileProvision) Sets the output file provision configuration for the prompt query action.IPromptQueryBuilder.promptQuery(ObjectReference promptQuery) Sets the prompt query to be executed by the action.static IPromptQueryBuilderWorkflowNodeFactory.promptQuery()Creates a builder for a new workflow node for aEWorkflowNodeType.FC_PROMPT_QUERYthat lets the user execute a prompt query defined in the backend.IPromptQueryBuilder.singleFileParameters(Map<String, SingleFile> singleFileParameters) Sets the single file parameters to be passed to the prompt query upon execution.