Table of Contents

Method WithAllowInference

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

WithAllowInference(bool)

Sets whether to allow inference for missing data.

public ExtractorAgentTemplate WithAllowInference(bool allow = true)

Parameters

allow bool

True to allow inference (default: false).

Returns

ExtractorAgentTemplate