Studio: declare aui in SharedComposer for RAG attach flow
This commit is contained in:
parent
1b45656bf5
commit
ae013e3383
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue