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