-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeaturecore functionalitycore functionalitytestsome form of (unit-)testing involvedsome form of (unit-)testing involved
Milestone
Description
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 documentationImprovements or additions to documentationfeaturecore functionalitycore functionalitytestsome form of (unit-)testing involvedsome form of (unit-)testing involved