Table of Contents

Constructor SpreadsheetReadTool

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

SpreadsheetReadTool()

Initializes a new instance with default options.

public SpreadsheetReadTool()

SpreadsheetReadTool(SpreadsheetToolOptions)

Initializes a new instance with the specified options.

public SpreadsheetReadTool(SpreadsheetToolOptions options)

Parameters

options SpreadsheetToolOptions

Configuration options for the tool.

Share