dev
This commit is contained in:
@@ -12,7 +12,7 @@ using JSON3, DataStructures
|
||||
@kwdef mutable struct agent
|
||||
availableRole=["system", "user", "assistant"]
|
||||
sessionId::Int= 1
|
||||
maxUserMsg::Int= 10
|
||||
maxUserMsg::Int= 5
|
||||
|
||||
""" Dict(Role=> Content) ; Role can be system, user, assistant
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user