Studio: declare aui in SharedComposer for RAG attach flow

This commit is contained in:
Roland Tannous 2026-05-26 15:24:56 +04:00
commit ae013e3383

View file

@ -331,6 +331,7 @@ export function SharedComposer({
const checkpoint = s.params.checkpoint;
return s.models.find((m) => m.id === checkpoint);
});
const aui = useAui();
const activeThreadId = useChatRuntimeStore((s) => s.activeThreadId);
const ragSource = useChatRuntimeStore((s) => s.ragSource);
const setRagSource = useChatRuntimeStore((s) => s.setRagSource);