process_task
Enables asynchronous task processing with customizable delay and timeout settings, ensuring real-time status updates and efficient resource management for input handling.
Instructions
Start processing a task asynchronously.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delayMs | No | Optional delay in milliseconds to simulate processing time | |
input | Yes | The input to process | |
timeoutMs | No | Optional timeout in milliseconds |