LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

Pulling the chat history into LLMChatHistory

Open nabrown737 opened this issue 1 year ago • 0 comments

Added a new component LLMChatHistory, which takes on the responsiblity of managing a list of chat messages. The LLMCharacter now simply calls it's attached LLMChatHistory component. First part of a larger effort to modularize the logic for future extensibility.

nabrown737 avatar Sep 14 '24 20:09 nabrown737