Skip to content

Commit c7ddb8a

Browse files
.NET: Make DelegatingAIAgent abstract (#2797)
* Initial plan * Make DelegatingAIAgent abstract Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
1 parent d552798 commit c7ddb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/src/Microsoft.Agents.AI.Abstractions/DelegatingAIAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Microsoft.Agents.AI;
2525
/// Derived classes can override specific methods to add custom behavior while maintaining compatibility with the agent interface.
2626
/// </para>
2727
/// </remarks>
28-
public class DelegatingAIAgent : AIAgent
28+
public abstract class DelegatingAIAgent : AIAgent
2929
{
3030
/// <summary>
3131
/// Initializes a new instance of the <see cref="DelegatingAIAgent"/> class with the specified inner agent.

0 commit comments

Comments
 (0)