Minor cleanup

This commit is contained in:
Shyju Krishnankutty
2026-01-22 17:11:30 -08:00
Unverified
parent eec89baaec
commit d4d03def47
@@ -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));