diff --git a/ui/app/(prowler)/lighthouse/_components/ai-elements/chain-of-thought.tsx b/ui/app/(prowler)/lighthouse/_components/ai-elements/chain-of-thought.tsx
index 35e0539b4a..474fed577c 100644
--- a/ui/app/(prowler)/lighthouse/_components/ai-elements/chain-of-thought.tsx
+++ b/ui/app/(prowler)/lighthouse/_components/ai-elements/chain-of-thought.tsx
@@ -59,11 +59,19 @@ export function ChainOfThought({
const chainOfThoughtContext = { isOpen, setIsOpen };
+ // One Collapsible root wraps both header and content so CollapsibleTrigger and
+ // CollapsibleContent share Radix's ARIA/id wiring; the context only carries
+ // `isOpen` for presentational bits like the header chevron.
return (