library
turbot/detect_correct
OverviewPipelines
0
Triggers
0
Variables
GitHub

detect_correct.pipeline.decision

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run detect_correct.pipeline.decision \
--arg 'prompt=<string>' \
--arg 'options=<list({
label = string
style = string
value = string
})>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = detect_correct.pipeline.decision
args = {
prompt = <string>
options = <list({
label = string
style = string
value = string
})>
}
}

Params

NameTypeRequiredDescriptionDefault
seedstringYesd9f91a22-fe5d-df87-12e8-576063850e40
promptstringYes-
optionslist({ label = string style = string value = string })Yes-
notifierstringYesdefault

Outputs

NameDescription
result