mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
fix copilot streaming display
This commit is contained in:
parent
415fe18ba4
commit
6736abbdec
1 changed files with 2 additions and 0 deletions
|
|
@ -262,6 +262,8 @@ export function Messages({
|
|||
role: 'assistant',
|
||||
content: streamingResponse
|
||||
}]);
|
||||
} else {
|
||||
setDisplayMessages(messages);
|
||||
}
|
||||
}, [messages, loadingResponse, streamingResponse]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue