Table of Contents

Class ClipboardWriteTool

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

Writes text content to the system clipboard.

Uses platform-native commands: PowerShell on Windows, pbcopy on macOS, and xclip on Linux.

public sealed class ClipboardWriteTool : IBuiltInTool, ITool, IToolMetadata
Inheritance
ClipboardWriteTool
Implements
Inherited Members

Constructors

ClipboardWriteTool()

Initializes a new instance with default options.

ClipboardWriteTool(ClipboardToolOptions)

Initializes a new instance with the specified options.

Properties

Description

Gets a concise description of what the tool does.

InputSchema

Gets the JSON Schema defining the expected input arguments.

Name

Gets the stable, unique identifier for this tool.

Methods

InvokeAsync(string, CancellationToken)

Executes the tool with the specified JSON arguments.

Share