mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-14 02:33:37 +00:00
3 lines
253 B
C#
3 lines
253 B
C#
|
|
namespace AIStudio.Tools.ToolCallingSystem.ToolCallingImplementations;
|
||
|
|
|
||
|
|
internal sealed record SearXNGSearchRequest(Uri SearchUri, string Query, string? Language, string? TimeRange, int? Page, string? SafeSearch, int EffectiveLimit, int TimeoutSeconds);
|