Table of Contents

Constructor RssFetchTool

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

RssFetchTool()

Initializes a new instance with default options.

public RssFetchTool()

RssFetchTool(RssFeedToolOptions)

Initializes a new instance with the specified options.

public RssFetchTool(RssFeedToolOptions options)

Parameters

options RssFeedToolOptions

Configuration options for the tool.

Share