i think i have fixed the bugs i did not think I would fix

This commit is contained in:
2024-10-24 15:03:28 -05:00
parent c0ebccf6b1
commit 0e46c630a6
5 changed files with 208 additions and 90 deletions

View File

@ -125,7 +125,6 @@ export type GCMessage = {
};
export type GCState = {
messages: any[];
step: number;
loadEarlier?: boolean;
isLoadingEarlier?: boolean;
isTyping: boolean;