Skip to contents

process_prompts is a way to process a vector of prompts by starting from a workflow.

Usage

process_prompts(workflow_obj, prompts_vector, images_vector = NA)

Arguments

workflow_obj

A workflow object containing all parameters describing the flow required

prompts_vector

A vector containing the prompts to be executed by the AI workflow

images_vector

An optional vector (defaults to NA) containing the images to be send to the AI workflow

Details

This function provides a way to process a vector of prompts by starting from a workflow.