MemoryFork(TurnState) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MemoryFork instance.
public MemoryFork(Microsoft.Agents.Builder.State.TurnState? memory = default);
new Microsoft.Agents.Extensions.Teams.AI.State.MemoryFork : Microsoft.Agents.Builder.State.TurnState -> Microsoft.Agents.Extensions.Teams.AI.State.MemoryFork
Public Sub New (Optional memory As TurnState = Nothing)
Parameters
- memory
- TurnState
Memory to fork.