mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.NET: NET Workflows - Skip conversation initialization when identifier is provided (#1087)
* Fix * Code-gen case * Tests * Autosend logic * Build fix * Namespace * Validation enhancement
This commit is contained in:
@@ -69,7 +69,7 @@ public static class DeclarativeWorkflowBuilder
|
||||
state.Initialize(workflowElement.WrapWithBot(), options.Configuration);
|
||||
DeclarativeWorkflowExecutor<TInput> rootExecutor =
|
||||
new(rootId,
|
||||
options.AgentProvider,
|
||||
options,
|
||||
state,
|
||||
message => inputTransform?.Invoke(message) ?? DefaultTransform(message));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user