Table of Contents

Constructor SpreadsheetWriteTool

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

SpreadsheetWriteTool()

Initializes a new instance with default options.

public SpreadsheetWriteTool()

SpreadsheetWriteTool(SpreadsheetToolOptions)

Initializes a new instance with the specified options.

public SpreadsheetWriteTool(SpreadsheetToolOptions options)

Parameters

options SpreadsheetToolOptions

Configuration options for the tool.

Share