Skip to content

chat/message history #35

@Dino-Kupinic

Description

@Dino-Kupinic

Describe the Feature
Currently there is no way to have conversation with the llm models since there is no persistence/state of the messages array.

Possible Solutions

  • Database (Session-ID?)
  • In-Memory Storage (An extra persistence is needed to retrieve chats later, so this is meh..?)
  • Client-Side State (include in examples)

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationfeaturecore functionalitytestsome form of (unit-)testing involved

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions