fix file headers

This commit is contained in:
Griffin Bassman 2025-01-27 12:12:13 -05:00 committed by Jack Gerrits
parent c5a319e906
commit 1a789dfcc4
11 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // AgentId.cs
using System.Diagnostics; using System.Diagnostics;
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // AgentMetadata.cs
namespace Microsoft.AutoGen.Contracts.Python; namespace Microsoft.AutoGen.Contracts.Python;

View File

@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// AgentProxy.cs // AgentProxy.cs
namespace Microsoft.AutoGen.Contracts.Python; namespace Microsoft.AutoGen.Contracts.Python;
/// <summary> /// <summary>

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // AgentRuntimeExtensions.cs
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // AgentType.cs
namespace Microsoft.AutoGen.Contracts.Python; namespace Microsoft.AutoGen.Contracts.Python;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // IAgentRuntime.cs
using StateDict = System.Collections.Generic.IDictionary<string, object>; using StateDict = System.Collections.Generic.IDictionary<string, object>;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // ISaveState.cs
using StateDict = System.Collections.Generic.IDictionary<string, object>; using StateDict = System.Collections.Generic.IDictionary<string, object>;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // ISubscriptionDefinition.cs
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // KVStringParseHelper.cs
using System.Text.RegularExpressions; using System.Text.RegularExpressions;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // MessageContext.cs
namespace Microsoft.AutoGen.Contracts.Python; namespace Microsoft.AutoGen.Contracts.Python;

View File

@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// PythonInterfaces.cs // TopicId.cs
using System.Diagnostics.CodeAnalysis; using System.Diagnostics.CodeAnalysis;