v37

latestOpenAPI 3.1.0raw.githubusercontent.com2025-11-11200148.2 KB
fixer
PUBLIC

AI Fallback Fix

AI-powered fallback for complex issues. Phase 3 of the 3-phase architecture. Handles issues that standard fixers cannot resolve. Uses LLM to understand and fix complex problems. Provides confidence scores and alternative suggestions.

post/v1/fix/ai-fallback

Request body

template_pathstring

Template path for project context (defaults to benchify/default-template if not provided)

event_idstring

Unique identifier for the event

continuation_event_idstring

Event ID from Step 1 to continue with the same temp directory

max_attemptsnumber

Maximum number of AI fix attempts

include_contextboolean

Whether to include context in AI prompts

Response

Successful AI fallback response