Fix visibility of new types

This commit is contained in:
Shyju Krishnankutty
2026-01-27 19:16:51 -08:00
parent c82bab4d0e
commit e64fb4a435
4 changed files with 8 additions and 8 deletions
@@ -5,7 +5,7 @@ namespace Microsoft.Agents.AI.DurableTask;
/// <summary>
/// Provides helper methods for workflow naming conventions used in durable orchestrations.
/// </summary>
public static class WorkflowNamingHelper
internal static class WorkflowNamingHelper
{
/// <summary>
/// The prefix used for durable workflow orchestration function names.