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

3 lines
239 B
C#
Raw Normal View History

namespace AIStudio.Tools.ToolCallingSystem.ToolCallingImplementations.WebSearch;
internal sealed record WebSearchPageRetrievalStatistics(int AttemptedCount, int BlockedCount, int PageTimedOutCount, int FailedCount, int EmptyContentCount);