update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user