chat sessions in project view

This commit is contained in:
Storme-bit
2026-04-15 02:23:38 -07:00
parent 3f79cd4a41
commit e8b81554c7
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { useState, useCallback, useRef } from 'react';
import { streamMessage } from '../api/orchestration';
import { streamMessage, updateSession } from '../api/orchestration';
export function useChat({ activeSession, appendMessage, updateLastMessage, refreshSessions }) {
const [streaming, setStreaming] = useState(false);