Patch Changes
-
000a0a6: Fix: ensure
useChatuses the latestonToolCall(and other callbacks) to avoid stale closures.Changes:
- Update
useChatto use intermediary proxy callbacks that forward to refs, ensuring the latest callbacks are always used without recreating the chat instance. - Add a regression test verifying the latest
onToolCallis invoked after a prop change.
Related to: #8148
- Update