delay
Pause execution for a defined number of milliseconds or seconds to control timing during automated workflows or sequences.
Instructions
Wait for a specified amount of time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| milliseconds | No | Time to wait in milliseconds | |
| seconds | No | Time to wait in seconds (alternative to milliseconds) |