update
This commit is contained in:
@@ -813,7 +813,10 @@ function think(a::T)::NamedTuple{(:actionname, :result),Tuple{String,String}} wh
|
||||
else
|
||||
a.memory[:state][:wine_presented_to_user] *= ", $winename"
|
||||
end
|
||||
delete!(a.memory[:shortmem], :available_wine)
|
||||
|
||||
# [WORKING] instead of present wine then delete shortmem, we can present just found wine and leave previous wine in shortmem.
|
||||
# so agent can use wine data later
|
||||
delete!(a.memory[:shortmem], :available_wine)
|
||||
end
|
||||
|
||||
elseif actionname == "CHECKINVENTORY"
|
||||
|
||||
Reference in New Issue
Block a user