This commit is contained in:
narawat lamaiin
2024-04-26 08:22:11 +07:00
parent b2c24e97ae
commit 54fc9c67bc
3 changed files with 115 additions and 10 deletions

View File

@@ -98,8 +98,8 @@ abstract type agent end
maxHistoryMsg::Integer # 31th and earlier messages will get summarized
keywordinfo::Dict{Symbol, Any} = Dict{Symbol, Any}(
:userinfo => Dict{Symbol, Any}(),
:retailerinfo => Dict{Symbol, Any}(),
:customerinfo => Dict{Symbol, Any}(),
:storeinfo => Dict{Symbol, Any}(),
)
mctstree::Dict{Symbol, Any} = Dict{Symbol, Any}()