Clarify AI config dispatch failures

This commit is contained in:
npc0-hue
2026-09-23 09:54:18 +08:00
parent a8b5d483a3
commit e8ebf562c7
3 changed files with 115 additions and 29 deletions
+3 -2
View File
@@ -174,6 +174,7 @@ export interface LlmSuggestionView {
source: "api";
recommendation: string;
diffSummary?: string;
executionStatus?: string;
job?: JobResponse;
executionStatus: string;
job: JobResponse;
mocked: boolean;
}