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 | 4505a60b-089c-8b23-36b9-5759651ed304 | |
prompt | string | Yes | - | |
options | list(object({ label = string value = string style = string })) | Yes | - | |
notifier | notifier | Yes | notifier.default |
Outputs
Name | Description |
---|---|
result |