update
This commit is contained in:
@@ -96,11 +96,12 @@ julia> agent = YiemAgent.bsommelier(
|
||||
"""
|
||||
chathistory::Vector{Dict{Symbol, Any}} = Vector{Dict{Symbol, Any}}()
|
||||
|
||||
maxHistoryMsg::Integer # 31th and earlier messages will get summarized
|
||||
maxHistoryMsg::Integer # 21th and earlier messages will get summarized
|
||||
keywordinfo::Dict{Symbol, Any} = Dict{Symbol, Any}(
|
||||
:customerinfo => Dict{Symbol, Any}(),
|
||||
:storeinfo => Dict{Symbol, Any}(),
|
||||
)
|
||||
)
|
||||
lesson::Dict{Symbol, Any} = Dict{Symbol, Any}()
|
||||
mctstree::Dict{Symbol, Any} = Dict{Symbol, Any}()
|
||||
|
||||
# 1-historyPoint is in Dict{Symbol, Any} and compose of:
|
||||
|
||||
Reference in New Issue
Block a user