(re)Standardize Session Name Attribute (#5279)

This commit is contained in:
Will Pfleger
2025-10-24 13:34:08 -04:00
committed by GitHub
parent b22abfc623
commit 044b227fdb
29 changed files with 1196 additions and 235 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export const ChatProvider: React.FC<ChatProviderProps> = ({
const resetChat = () => {
setChat({
sessionId: '',
title: DEFAULT_CHAT_TITLE,
name: DEFAULT_CHAT_TITLE,
messages: [],
messageHistoryIndex: 0,
recipe: null,