Improve mcp test (#6671)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Douwe Osinga
2026-01-28 13:04:54 -05:00
committed by GitHub
parent 4c3ad4b5f5
commit d7ead8d980
3 changed files with 88 additions and 77 deletions
+1 -5
View File
@@ -227,11 +227,7 @@ async function streamFromResponse(
}
};
const maybeUpdateUI = (
tokenState: TokenState,
chatState: ChatState,
forceImmediate = false
) => {
const maybeUpdateUI = (tokenState: TokenState, chatState: ChatState, forceImmediate = false) => {
if (!reduceMotion) {
dispatch({ type: 'SET_TOKEN_STATE', payload: tokenState });
dispatch({ type: 'SET_MESSAGES', payload: currentMessages });