This commit is contained in:
2023-10-09 15:03:46 +00:00
parent 43f8910472
commit 03ce09c18b

View File

@@ -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: