Closed devniel closed 3 months ago
Hi,
This will encapsulate the conversion of a raw api workflow into a PromptBuilder instance, setting the proper positive, negative and output fields; additionally it will be useful later to extract all the configurable fields to show in the UI.
PromptBuilder
positive
negative
output
I will rename the detectMainInputs by getMainInputs.
detectMainInputs
getMainInputs
amazing work!
Hi,
This will encapsulate the conversion of a raw api workflow into a
PromptBuilder
instance, setting the properpositive
,negative
andoutput
fields; additionally it will be useful later to extract all the configurable fields to show in the UI.