Expand description
Fix context trait for framework/ruleset-specific LLM prompt customization.
The fix engine is generic — it works with any Konveyor analysis output. But LLM-assisted fixes benefit from framework-specific guidance (prompt constraints, priority ordering, system prompts). This module defines the trait that framework crates implement, plus a generic fallback.
Structs§
- Generic
FixContext - Generic fallback context with no framework-specific guidance.
Traits§
- FixContext
- Trait that framework/ruleset-specific crates implement to provide LLM prompt context for the fix engine.