mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Minor cleanup
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ internal sealed class DurableWorkflowFunctionMetadataTransformer : IFunctionMeta
|
||||
}
|
||||
|
||||
// Check if the executor type is an agent-related type
|
||||
if (WorkflowHelper.IsAgentExecutorType(executorBinding.ExecutorType))
|
||||
if (executorBinding is AIAgentBinding)
|
||||
{
|
||||
this._logger.LogAddingAgentEntityFunction(executorId, executorBinding.ExecutorType.FullName ?? executorBinding.ExecutorType.Name, workflow.Key);
|
||||
//original.Add(CreateAgentTrigger(functionName));
|
||||
|
||||
Reference in New Issue
Block a user