This commit is contained in:
2025-01-29 12:16:01 +07:00
parent a7f3e29e9c
commit c56c3d02b0
3 changed files with 77 additions and 34 deletions

View File

@@ -107,7 +107,7 @@ function addNewMessage(a::T1, name::String, text::T2;
error("name is not in agent.availableRole $(@__LINE__)")
end
#[WORKING] summarize the oldest 10 message
#[PENDING] summarize the oldest 10 message
if length(a.chathistory) > maximumMsg
summarize(a.chathistory)
else