Table of Contents

Property SideEffect

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

SideEffect

Gets the kind of side effect produced by this tool (for example, None for pure computation or NetworkRead for outbound HTTP requests).

public ToolSideEffect SideEffect { get; }

Property Value

ToolSideEffect
Share