Interface: PromptStepInput
Input for the PromptStepMachine.
Properties
prompt?
optionalprompt:string
The text to be shown to the agent or user. The machine will then stop until the workflow is continued.
promptText?
optionalpromptText: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.