fix: add currentTools declaration
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
3b8493075d
commit
25c1af7366
@ -109,6 +109,7 @@ function ChatPage() {
|
||||
setMessages(prev => [...prev, streamMsg])
|
||||
|
||||
let currentContent = ''
|
||||
const currentTools: any[] = []
|
||||
let completedConvId: string | undefined
|
||||
|
||||
const update = (updates: Partial<Message>) =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user