add: connection improvements
Improve connections visually and functionality
This commit is contained in:
@@ -5,6 +5,7 @@ import type { ChatHistoryItem } from './useChatHistory';
|
||||
export interface IChatMetadata {
|
||||
gitUrl: string;
|
||||
gitBranch?: string;
|
||||
netlifySiteId?: string; // Add this field
|
||||
}
|
||||
|
||||
const logger = createScopedLogger('ChatHistory');
|
||||
|
||||
Reference in New Issue
Block a user