MCPcopy
hub / github.com/openakita/openakita / FailureDiagnosis

Interface FailureDiagnosis

apps/setup-center/src/components/OrgChatPanel.tsx:48–59  ·  view source on GitHub ↗

后端 failure_diagnoser 生成的结构化诊断 payload

Source from the content-addressed store, hash-verified

46
47/** 后端 failure_diagnoser 生成的结构化诊断 payload */
48interface FailureDiagnosis {
49 root_cause?: string;
50 headline?: string;
51 evidence?: Array<{
52 iter?: number;
53 tool?: string;
54 args_summary?: string;
55 error?: string;
56 }>;
57 suggestion?: string;
58 exit_reason?: string;
59}
60
61interface TimelineSegment {
62 nodeId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected