Table of Contents

Property BaseUrl

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

BaseUrl

Gets or sets the base URL for SearXNG or Custom providers.

For SearXNG: The instance URL (e.g., "https://searx.be"). For Custom: Use placeholders {query}, {maxResults}, and optionally {freshness} (replaced with day, week, month, or empty when unrestricted).

public string BaseUrl { get; set; }

Property Value

string
Share