Merge pull request #74 from rowboatlabs/dev

fix copilot streaming display
This commit is contained in:
Ramnique Singh 2025-04-22 11:36:43 +05:30 committed by GitHub
commit 6f304e6e71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,6 +262,8 @@ export function Messages({
role: 'assistant',
content: streamingResponse
}]);
} else {
setDisplayMessages(messages);
}
}, [messages, loadingResponse, streamingResponse]);