Uses of Class
net.stoerr.ai.aigenpipeline.framework.task.AIGenerationTask
-
Packages that use AIGenerationTask Package Description net.stoerr.ai.aigenpipeline.commandline net.stoerr.ai.aigenpipeline.framework.task -
-
Uses of AIGenerationTask in net.stoerr.ai.aigenpipeline.commandline
Fields in net.stoerr.ai.aigenpipeline.commandline declared as AIGenerationTask Modifier and Type Field Description protected AIGenerationTaskAIGenPipeline. task -
Uses of AIGenerationTask in net.stoerr.ai.aigenpipeline.framework.task
Methods in net.stoerr.ai.aigenpipeline.framework.task that return AIGenerationTask Modifier and Type Method Description AIGenerationTaskAIGenerationTask. addHint(AIInOut hint)AIGenerationTaskAIGenerationTask. addInput(AIInOut input)AIGenerationTaskAIGenerationTask. addInputFile(File file)AIGenerationTaskAIGenerationTask. addInputFiles(List<File> files)AIGenerationTaskAIGenerationTask. addInputs(List<AIInOut> inputs)AIGenerationTaskAIGenerationTask. addOptionalInput(AIInOut input)AIGenerationTaskAIGenerationTask. addOptionalInputFile(File file)AIGenerationTaskAIGenerationTask. addPrompt(File promptInput, String... placeholdersAndValues)The actual prompt to be executed.AIGenerationTaskAIGenerationTask. addPrompt(File promptFile, Map<String,String> placeholdersAndValues)The actual prompt to be executed.AIGenerationTaskAIGenerationTask. addPrompt(AIInOut promptInput, String... placeholdersAndValues)The actual prompt to be executed.AIGenerationTaskAIGenerationTask. addPrompt(AIInOut promptFile, Map<String,String> placeholdersAndValues)The actual prompt to be executed.AIGenerationTaskAIGenerationTask. copy()Creates a deep copy of the task.AIGenerationTaskAIGenerationTask. execute(Supplier<AIChatBuilder> chatBuilderFactory, File rootDirectory)Execute the task if necessary.AIGenerationTaskAIGenerationTask. maxTokens(Integer maxTokens)AIGenerationTaskAIGenerationTask. setOutput(AIInOut output)AIGenerationTaskAIGenerationTask. setOutputFile(File file)AIGenerationTaskAIGenerationTask. setRegenerationCheckStrategy(RegenerationCheckStrategy strategy)Sets the strategy to check whether the generation has to be run.AIGenerationTaskAIGenerationTask. setSystemMessage(File systemMessageFile)AIGenerationTaskAIGenerationTask. setSystemMessage(AIInOut systemMessageFile)AIGenerationTaskAIGenerationTask. setUpdateRequested(boolean updateRequested)If true, adds the output file as a special input with a hint that this is the current state of the output that has to be updated with minimal changes.AIGenerationTaskAIGenerationTask. setWritingStrategy(WritingStrategy strategy)Sets the strategy to deal with writing the output file.
-