Skip to content

Chat continuity support #5

Description

@EncHawk

Includes both client and backend interfaces

  1. 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)
    
  1. 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.
    
  1. (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.
    

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureAdds a feature to improve the current state.wontfixThis will not be worked on

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions