Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 549 Bytes

WorkflowExpectPrompt.md

File metadata and controls

12 lines (8 loc) · 549 Bytes

WorkflowExpectPrompt

This models a single expect and answer prompt of the interactive command.

Properties

Name Type Description Notes
expect str The regex of the expect prompt of the interactive command. [optional]
send str The answer string to the expect prompt. [optional]

[Back to Model list] [Back to API list] [Back to README]