feat(web): enhance chat context and mention handling with connector support

This commit is contained in:
Anish Sarkar 2026-05-26 21:11:53 +05:30
parent 701ae800b4
commit a41b16b73e
15 changed files with 773 additions and 449 deletions

View file

@ -1,7 +1,7 @@
type MentionKeyInput = {
id: number;
document_type?: string | null;
kind?: "doc" | "folder";
kind?: "doc" | "folder" | "connector";
};
/**