Table of Contents

Constructor SpreadsheetCreateTool

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

SpreadsheetCreateTool()

Initializes a new instance with default options.

public SpreadsheetCreateTool()

SpreadsheetCreateTool(SpreadsheetToolOptions)

Initializes a new instance with the specified options.

public SpreadsheetCreateTool(SpreadsheetToolOptions options)

Parameters

options SpreadsheetToolOptions

Configuration options for the tool.

Share