auto_detect_workflow
Analyze natural language input to automatically detect and suggest matching workflows, with an option to execute them directly based on your current project context.
Instructions
Automatically detect and suggest workflows based on natural language input
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userInput | Yes | Natural language input to analyze for workflow triggers | |
| autoExecute | No | Whether to automatically execute detected workflows (default: false) | |
| currentFile | No | Current file being worked on (optional) | |
| projectPath | No | Path to project directory (optional) | |
| projectType | No | Type of project (optional) |