Freigeben über


MemoryFork(TurnState) Constructor

Definition

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.

Applies to