update
This commit is contained in:
@@ -440,6 +440,7 @@ function conversation(a::T, userinput::Dict) where {T<:agent}
|
||||
:select=> nothing,
|
||||
:reward=> 0,
|
||||
:isterminal=> false,
|
||||
:feedback=> nothing,
|
||||
:thoughtHistory=> OrderedDict{Symbol, Any}( # contain question, thought_1, action_1, observation_1, thought_2, ...
|
||||
# :recap=>,
|
||||
:question=> userinput[:text],
|
||||
|
||||
Reference in New Issue
Block a user