Skip to content

Commit 20fcc60

Browse files
authored
turn memory scope includesnapshot to false (#5441) (#5447)
1 parent fc18a19 commit 20fcc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Microsoft.Bot.Builder.Dialogs/Memory/Scopes/TurnMemoryScope.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class TurnMemoryScope : MemoryScope
1616
/// Initializes a new instance of the <see cref="TurnMemoryScope"/> class.
1717
/// </summary>
1818
public TurnMemoryScope()
19-
: base(ScopePath.Turn)
19+
: base(ScopePath.Turn, false)
2020
{
2121
}
2222

0 commit comments

Comments
 (0)