LLMUnity
LLMUnity copied to clipboard
Pulling the chat history into LLMChatHistory
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.