mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-26 23:39:41 +00:00
Add IUnboundSubscriptionDefinition
This commit is contained in:
parent
f8325e5907
commit
b0d268fae2
@ -0,0 +1,10 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// IUnboundSubscriptionDefinition.cs
|
||||
|
||||
|
||||
namespace Microsoft.AutoGen.Contracts.Python;
|
||||
|
||||
public interface IUnboundSubscriptionDefinition
|
||||
{
|
||||
public ISubscriptionDefinition Bind(AgentType agentType);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user