Description
There is a small typo in the WorkflowHostingExtensions.cs file:
|
/// <param name="includeWorkflowOutputsInResponse">If <see langword="true"/>, will transform outgoing workflow outputs |
|
/// into into content in <see cref="AgentResponseUpdate"/>s or the <see cref="AgentResponse"/> as appropriate.</param> |
The word into is repeated.
Package Versions
Microsoft.Agents.AI.Workflows: 1.9.0
.NET Version
.NET 10
Description
There is a small typo in the
WorkflowHostingExtensions.csfile:agent-framework/dotnet/src/Microsoft.Agents.AI.Workflows/WorkflowHostingExtensions.cs
Lines 25 to 26 in afa7834
The word into is repeated.
Package Versions
Microsoft.Agents.AI.Workflows: 1.9.0
.NET Version
.NET 10