fix: correct PlantUML syntax in patcher-pipeline diagram
Added missing outer if statement for Claude output check to fix "Cannot find if" syntax error. The else clause on line 56 now properly matches the provider output check. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
038dbe8a3e
commit
f9297fc456
3147
docs/DESIGN.md.old
3147
docs/DESIGN.md.old
File diff suppressed because it is too large
Load Diff
|
|
@ -16,6 +16,7 @@ start
|
||||||
partition "Multi-Provider Fallback" {
|
partition "Multi-Provider Fallback" {
|
||||||
:Try Provider 1: Claude CLI;
|
:Try Provider 1: Claude CLI;
|
||||||
|
|
||||||
|
if (Claude returned output?) then (yes)
|
||||||
if (Output contains\n"API Error: Overloaded"?) then (yes)
|
if (Output contains\n"API Error: Overloaded"?) then (yes)
|
||||||
:Raise PatchGenerationError\n"Claude API is overloaded";
|
:Raise PatchGenerationError\n"Claude API is overloaded";
|
||||||
stop
|
stop
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue