-
Notifications
You must be signed in to change notification settings - Fork 0
Chat continuity support #5
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureAdds a feature to improve the current state.Adds a feature to improve the current state.wontfixThis will not be worked onThis will not be worked on
Description
Includes both client and backend interfaces
- Server needs to be able to handle the new context from the chat
-
being able to take the context for every response. Can be done easily with the context table already -
So for each response the model retrieves all context from the chat (sent from frontend; obtained from supabase)
- Every chat node can be able to continue multimodal chat. (prolly doesnt need mutlimodal in a single chat, no point in it)
-
after one response, using the contxt from that chat, next conversation can be continued.
- (optional) Merge chats, where the context from one chat can be passed on to the next ones.
-
prolly just a game of validation, that returns the context from a single chat node.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureAdds a feature to improve the current state.Adds a feature to improve the current state.wontfixThis will not be worked onThis will not be worked on