You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(frontend/hooks): enhance use-chat with backend state management
Updated useChat hook to utilize serializedState from backend response for thread management, ensuring correct state persistence during streaming interactions.
Modified files (2):
- use-chat.ts: Adjusted state handling for threadId and serializedState
- chat-service.ts: Added content filter handling for streaming messages
0 commit comments