This commit is contained in:
narawat lamaiin
2024-05-07 21:24:51 +07:00
parent 19d6746749
commit 68c0e7631a
2 changed files with 9 additions and 1 deletions

View File

@@ -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],