Table of Contents

Constructor ProcessShellTool

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

ProcessShellTool()

Initializes a new instance with default settings.

public ProcessShellTool()

ProcessShellTool(ProcessToolOptions)

Initializes a new instance with custom options.

public ProcessShellTool(ProcessToolOptions options)

Parameters

options ProcessToolOptions

Configuration options.

Share