This commit is contained in:
2023-11-03 05:04:25 +00:00
parent f58c0aa2c4
commit 47efc84bb3

View File

@@ -33,7 +33,7 @@ using CommUtils
#------------------------------------------------------------------------------------------------100
@kwdef mutable struct agent
availableRole = ["system", "user", "assistant"]
availableRole::AbstractVector = ["system", "user", "assistant"]
agentName::String = "assistant"
maxUserMsg::Int = 10
earlierConversation::String = "" # summary of earlier conversation