Reflect: Add Prompt Step
reflect_add_prompt_stepAdd a natural language step to an active Reflect recording session to describe a test action, assertion, or query without writing code.
Instructions
Add a natural language prompt step to an active Reflect recording session
Toolset: Recording
Parameters:
sessionId (string) required: The ID of the Reflect recording session
prompt (string) required: The natural language prompt describing the test step. The prompt should describe a single action, assertion, or query. The prompt can only contain literal text; it cannot contain template variables, secrets, or other dynamic syntax. If we are in a Web recording, the prompt can perform browser navigation (e.g. 'Click on the back button', 'Navigate to https://www.example.com') and use the tab and enter keys to navigate (e.g. 'Press the tab key', 'Press the enter key').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The natural language prompt describing the test step. The prompt should describe a single action, assertion, or query. The prompt can only contain literal text; it cannot contain template variables, secrets, or other dynamic syntax. If we are in a Web recording, the prompt can perform browser navigation (e.g. 'Click on the back button', 'Navigate to https://www.example.com') and use the tab and enter keys to navigate (e.g. 'Press the tab key', 'Press the enter key'). | |
| sessionId | Yes | The ID of the Reflect recording session |