Skip to content

@saflib/workflows


Interface: PromptStepInput

Input for the PromptStepMachine.

Properties

prompt?

optional prompt: string

The text to be shown to the agent or user. The machine will then stop until the workflow is continued.


promptText?

optional promptText: string

The text to be shown to the agent or user. The machine will then stop until the workflow is continued.

Deprecated

Use prompt instead.