From 0d84e20704bdc07312a54e55841038312be5990e Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Wed, 11 Oct 2023 20:13:18 +0700 Subject: [PATCH] update --- src/interface.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index f664e30..6421b1b 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -12,7 +12,6 @@ using JSON3, DataStructures, Dates @kwdef mutable struct agent availableRole=["system", "user", "assistant"] - sessionId::Int= 1 maxUserMsg::Int= 5 """ Dict(Role=> Content) ; Role can be system, user, assistant