forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Extend the notion of Chat Message and Chat History #194
Copy link
Copy link
Open
0 / 30 of 3 issues completedDescription
An LLM (chat model) is limited only to system message, user and AI messages.
But the real notion of the chat message is more complex:
- There are thinking stages of AI response. In API they are AiMessages but it should not be seen as AI answer.
- AI answers contain references. But these references are only mention in UserMessage.
- There are various kind of "status" messages: model or something else was changed, error messages, auto retry mechanism. Those are not AI messages and not user message (and not system message).
To sum up, we just need to create our own hierexhy and message types. And then develop a visitor that will convert JabRefMessage to dev.langchain.ChatMessage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels