AI-Studio/app/MindWork AI Studio/Tools/ToolCallingSystem/ToolCallingImplementations/WebSearchPageRetrievalResult.cs

3 lines
242 B
C#
Raw Normal View History

namespace AIStudio.Tools.ToolCallingSystem.ToolCallingImplementations;
internal sealed record WebSearchPageRetrievalResult(IReadOnlyList<WebSearchPageResult> Results, bool RetrievalTimedOut, WebSearchPageRetrievalStatistics ErrorStatistics);