library
turbot/detect_correct
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
seed | string | Yes | 8f8706b1-9387-bc4f-a640-efaa0aae0ce4 | |
prompt | string | Yes | - | |
options | list(object({ label = string value = string style = string })) | Yes | - | |
notifier | notifier | Yes | notifier.default |
Outputs
Name | Description |
---|---|
result |