-
Notifications
You must be signed in to change notification settings - Fork 58
Features/refine chat window #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
PR Type
Enhancement
Description
Add intermediate message handling for chat conversations
Widen knowledge base collection dropdown interface
Improve message flow with dummy message tracking
Enhance UI layout for knowledge base components
Diagram Walkthrough
File Walkthrough
chat-box.svelte
Add intermediate message handling to chatsrc/routes/chat/[agentId]/[conversationId]/chat-box.svelte
onIntermediateMessageReceivedFromAssistanthandler for new messagetype
is_dummyandis_appendedflags to message objectsis_dummyflag instead of messageID comparison
+page.svelte
Restructure knowledge base documents layoutsrc/routes/page/knowledge-base/documents/+page.svelte
containers
+page.svelte
Restructure knowledge base Q&A layoutsrc/routes/page/knowledge-base/question-answer/+page.svelte
containers
_knowledgebase.scss
Widen knowledge base dropdown stylingsrc/lib/scss/custom/pages/_knowledgebase.scss
.collection-add-containerclass for add button stylingconversationTypes.js
Add new message type propertiessrc/lib/helpers/types/conversationTypes.js
is_dummyandis_appendedboolean properties to message typedefinitions
signalr-service.js
Add intermediate message SignalR supportsrc/lib/services/signalr-service.js
onIntermediateMessageReceivedFromAssistantcallback property