+ {/* Outcome badge */}
+ {selectedOutcome && (
+
+
+ {selectedOutcome.label}
+
+ )}
+
+ {/* Generated ticket notes */}
+
+
+
+
+ Ticket Notes
+
+ {streaming && (
+
+ )}
+
+
+ {/* Streaming content or skeleton */}
+ {summary ? (
+
+
+
+ ) : streaming ? (
+
+ ) : streamError ? (
+
+ ) : null}
+
+
+ )}
+```
+
+- [ ] **Step 4: Update the footer for the summary step**
+
+Replace the summary step footer (lines 373-416) with:
+
+```tsx
+ {step === 'summary' && (
+ <>
+