From 90104291ae14b3c12413e8e63b9ff715e1070bcf Mon Sep 17 00:00:00 2001 From: Henry Li Date: Mon, 2 Feb 2026 09:11:05 +0800 Subject: [PATCH] docs: add comments --- frontend/src/components/workspace/input-box.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx index 6b56ba4..4a123b7 100644 --- a/frontend/src/components/workspace/input-box.tsx +++ b/frontend/src/components/workspace/input-box.tsx @@ -12,6 +12,7 @@ import { useCallback, useMemo, useState, type ComponentProps } from "react"; import { PromptInput, + PromptInputActionAddAttachments, PromptInputActionMenu, PromptInputActionMenuContent, PromptInputActionMenuItem, @@ -171,6 +172,15 @@ export function InputBox({ + {/* TODO: Add more connectors here + + + + + + */}