@tpmjs/tools-workflow-auto-repair
Analyzes errors in a workflow and suggests repairs for broken steps. Categorizes errors by type (network, authentication, validation, etc.) and provides actionable fix recommendations with confidence levels.
Invalid workflow: must contain a steps array
Last checked: 1/1/2026, 8:17:49 AM
Test @tpmjs/tools-workflow-auto-repair (workflowAutoRepairTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-workflow-auto-repairpnpm add @tpmjs/tools-workflow-auto-repairyarn add @tpmjs/tools-workflow-auto-repairbun add @tpmjs/tools-workflow-auto-repairdeno add npm:@tpmjs/tools-workflow-auto-repairimport { workflowAutoRepairTool } from '@tpmjs/tools-workflow-auto-repair';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { workflowAutoRepairTool } from '@tpmjs/tools-workflow-auto-repair';
const result = await generateText({
model: openai('gpt-4o'),
tools: { workflowAutoRepairTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
workflowobjectThe workflow object containing steps array and metadata
errorsarrayArray of error objects with step identifier and error message
Schema extracted: 1/1/2026, 8:17:49 AM
ERROR: No README data found!
Downloads/month
0
Quality Score