File: ChatReduction\IChatReducer_Forwarder.cs | Web Access |
Project: src\src\Libraries\Microsoft.Extensions.AI\Microsoft.Extensions.AI.csproj (Microsoft.Extensions.AI) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; using Microsoft.Extensions.AI; [assembly: TypeForwardedTo(typeof(IChatReducer))] |