Remove references to deprecated setupwebsocket function

This commit is contained in:
sabaimran
2024-08-01 14:43:17 +05:30
parent db93ac5d4b
commit 7941f4d54d
2 changed files with 1 additions and 83 deletions

View File

@@ -15,7 +15,7 @@ import { useAuthenticatedData } from '@/app/common/auth';
import ChatInputArea, { ChatOptions } from '@/app/components/chatInputArea/chatInputArea';
import { StreamMessage } from '@/app/components/chatMessage/chatMessage';
import { convertMessageChunkToJson, handleCompiledReferences, handleImageResponse, RawReferenceData, setupWebSocket } from '@/app/common/chatFunctions';
import { convertMessageChunkToJson, handleCompiledReferences, handleImageResponse, RawReferenceData } from '@/app/common/chatFunctions';
import { AgentData } from '@/app/agents/page';