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: streamline Chat component and introduce useStreamingChat hook (#141)
This update refactors the Chat component by removing unused state and
logic, consolidating streaming functionality into a new custom hook,
`useStreamingChat`. The new hook manages stream events, error handling,
and user messages more efficiently, improving code readability and
maintainability. Additionally, tests for the useStreamingChat hook have
been added to ensure its functionality and reliability.
Visually there are no changes.
Closes#87
0 commit comments