Table of Contents

Property RunExtractionSynchronously

Namespace
LMKit.Agents
Assembly
LM-Kit.NET.dll

RunExtractionSynchronously

Gets or sets a value indicating whether memory extraction should block until complete.

public bool RunExtractionSynchronously { get; set; }

Property Value

bool

true to wait for extraction to finish before returning the agent's response; false (default) to run extraction in the background (fire and forget).

Share