Is it a bug? #5265
Unanswered
WarlockZhang
asked this question in
Q&A
Is it a bug?
#5265
Replies: 2 comments
-
|
Adding @peibekwe to help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I ran the code I wrote based on the document example, an error occurred at
Workflow workflow = DeclarativeWorkflowBuilder.Build<string>(workflowPath, workflowOptions);System.TypeLoadException
HResult=0x80131522
Message=Method 'Visit' in type 'Microsoft.Agents.AI.Workflows.Declarative.Interpreter.WorkflowActionVisitor' from assembly 'Microsoft.Agents.AI.Workflows.Declarative, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3' does not have an implementation.
Source=Microsoft.Agents.AI.Workflows.Declarative
StackTrace:
at Microsoft.Agents.AI.Workflows.Declarative.DeclarativeWorkflowBuilder.Build[TInput](TextReader yamlReader, DeclarativeWorkflowOptions options, Func
2 inputTransform) at Microsoft.Agents.AI.Workflows.Declarative.DeclarativeWorkflowBuilder.Build[TInput](TextReader yamlReader, DeclarativeWorkflowOptions options, Func2 inputTransform)at Microsoft.Agents.AI.Workflows.Declarative.DeclarativeWorkflowBuilder.Build[TInput](String workflowFile, DeclarativeWorkflowOptions options, Func
2 inputTransform) at Core.Service.AppService.<DebugWorkflowAsync>d__29.MoveNext() in F:\All\h\Core\Service\AppService.cs: line 1277 at AgentPlatform.Controllers.AppController.<DebugWorkflowAsync>d__25.MoveNext() in F:\All\h\AgentPlatform\Controllers\AppController.cs: line 205 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.<Execute>d__0.MoveNext() at System.Runtime.CompilerServices.ValueTaskAwaiter1.GetResult()at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<g__Awaited|12_0>d.MoveNext()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<g__Awaited|10_0>d.MoveNext()
Beta Was this translation helpful? Give feedback.
All reactions