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:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user