- #10606: Fix
max_history
truncation inAugmentedMemoizationPolicy
to preserve the most recentUserUttered
event.
Previously,AugmentedMemoizationPolicy
failed to predict next action after long sequences of actions (longer thanmax_history
) because the policy did not have access to the most recent user message.