mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-08 13:54:52 +00:00
fix file headers
This commit is contained in:
parent
c5a319e906
commit
1a789dfcc4
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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>;
|
||||||
|
|
||||||
|
|||||||
@ -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>;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user