You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Bug: GettingStartedWithProcesses Step04_AgentOrchestration: System.InvalidOperationException : A message targeting function 'RenderError' has resulted in a function named 'RenderDone' becoming invocable. Are the function names configured correctly?
#9778
Open
MSDNAndi opened this issue
Nov 21, 2024
· 0 comments
Describe the bug
The test run in testrunner Step04_AgentOrchestration fails
To Reproduce
Steps to reproduce the behavior:
Load Project
Configure secrets
Run tests Expected behavior
Test should complete without failure
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
OS: Windows 11
IDE: VS2022
Language: C#
Source: main branch of repository
Additional context
Step04.Step04_AgentOrchestration.DelegatedGroupChatAsync
Source: Step04_AgentOrchestration.cs line 32
Duration: 432 ms
Message:
System.InvalidOperationException : A message targeting function 'RenderError' has resulted in a function named 'RenderDone' becoming invocable. Are the function names configured correctly?
Stack Trace:
LocalStep.HandleMessageAsync(ProcessMessage message) line 182
LocalProcess.Internal_ExecuteAsync(Kernel kernel, Int32 maxSupersteps, Boolean keepAlive, CancellationToken cancellationToken) line 286
LocalProcess.RunOnceAsync(KernelProcessEvent processEvent, Kernel kernel) line 85
LocalKernelProcessFactory.StartAsync(KernelProcess process, Kernel kernel, KernelProcessEvent initialEvent) line 24
Step04_AgentOrchestration.RunProcessAsync(KernelProcess process) line 68
Step04_AgentOrchestration.DelegatedGroupChatAsync() line 38
--- End of stack trace from previous location ---
Standard Output:
USER: Hi
[00:00] USER: Hi
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Bug: GettingStartedWithProcesses Step04_AgentOrchestration: System.InvalidOperationException : A message targeting function 'RenderError' has resulted in a function named 'RenderDone' becoming invocable. Are the function names configured correctly?
.Net: Bug: GettingStartedWithProcesses Step04_AgentOrchestration: System.InvalidOperationException : A message targeting function 'RenderError' has resulted in a function named 'RenderDone' becoming invocable. Are the function names configured correctly?
Nov 21, 2024
Describe the bug
The test run in testrunner Step04_AgentOrchestration fails
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test should complete without failure
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
Additional context
Step04.Step04_AgentOrchestration.DelegatedGroupChatAsync
Source: Step04_AgentOrchestration.cs line 32
Duration: 432 ms
Message:
System.InvalidOperationException : A message targeting function 'RenderError' has resulted in a function named 'RenderDone' becoming invocable. Are the function names configured correctly?
Stack Trace:
LocalStep.HandleMessageAsync(ProcessMessage message) line 182
LocalProcess.Internal_ExecuteAsync(Kernel kernel, Int32 maxSupersteps, Boolean keepAlive, CancellationToken cancellationToken) line 286
LocalProcess.RunOnceAsync(KernelProcessEvent processEvent, Kernel kernel) line 85
LocalKernelProcessFactory.StartAsync(KernelProcess process, Kernel kernel, KernelProcessEvent initialEvent) line 24
Step04_AgentOrchestration.RunProcessAsync(KernelProcess process) line 68
Step04_AgentOrchestration.DelegatedGroupChatAsync() line 38
--- End of stack trace from previous location ---
Standard Output:
USER: Hi
[00:00] USER: Hi
The text was updated successfully, but these errors were encountered: