-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
`SlotSet` events will be emitted even if slot value remains unchanged. | ||
`SlotSet` events will be emitted when the value set by the current user turn is the same as the existing value. | ||
|
||
Previously, `ActionExtractSlots` would not emit any `SlotSet` events if the value remains | ||
unchanged. However, this breaks the augmented memoization policy cause it will lose these | ||
slot values when truncating the tracker. | ||
Previously, `ActionExtractSlots` would not emit any `SlotSet` events if the new value was the same as the existing | ||
one. This caused the augmented memoization policy to lose these slot values when truncating the tracker. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters