library
turbot/detect_correct
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Decision

Allows for obtaining a decision from the provided notifier.

Run the pipeline

To run this pipeline from your terminal:

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

Params

NameTypeRequiredDescriptionDefault
seed
string
Yes8f8706b1-9387-bc4f-a640-efaa0aae0ce4
prompt
string
Yes-
options
list(object({
      label = string
      value = string
      style = string
    }))
Yes-
notifier
notifier
Yesnotifier.default

Outputs

NameDescription
result