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

3 lines
252 B
C#
Raw Normal View History

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