minor cleanup.

This commit is contained in:
Shyju Krishnankutty
2026-01-24 17:04:18 -08:00
parent 97ac897dff
commit 61e37cdc6e
3 changed files with 2 additions and 3 deletions
@@ -17,7 +17,6 @@ internal static class BuiltInFunctions
{
internal const string HttpPrefix = "http-";
internal const string McpToolPrefix = "mcptool-";
internal const string WorkflowMcpToolPrefix = "mcptool-workflow-";
internal static readonly string RunAgentHttpFunctionEntryPoint = $"{typeof(BuiltInFunctions).FullName!}.{nameof(RunAgentHttpAsync)}";
internal static readonly string RunAgentEntityFunctionEntryPoint = $"{typeof(BuiltInFunctions).FullName!}.{nameof(InvokeAgentAsync)}";
@@ -154,7 +154,7 @@ internal sealed class DurableWorkflowFunctionMetadataTransformer : IFunctionMeta
{
return new DefaultFunctionMetadata
{
Name = $"{BuiltInFunctions.WorkflowMcpToolPrefix}{workflowName}",
Name = $"{BuiltInFunctions.McpToolPrefix}{workflowName}",
Language = "dotnet-isolated",
RawBindings =
[