update
This commit is contained in:
@@ -111,8 +111,8 @@ julia> agent = YiemAgent.bsommelier(
|
||||
# each plan is in [historyPoint_1, historyPoint_2, ...] format
|
||||
:existingplan => Vector(),
|
||||
|
||||
:activeplan => Vector{Dict{Symbol, Any}}(), # current using plan
|
||||
:currenttrajectory=> Vector{Dict{Symbol, Any}}(), # store
|
||||
:activeplan => Dict{Symbol, Any}(), # current using plan
|
||||
:currenttrajectory=> Dict{Symbol, Any}(), # store question, thought, action, observation, ...
|
||||
)
|
||||
|
||||
# put incoming message here. waiting for further processing
|
||||
|
||||
Reference in New Issue
Block a user