Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.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
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code triage

Comments

@MSDNAndi
Copy link

Describe the bug
The test run in testrunner Step04_AgentOrchestration fails

To Reproduce
Steps to reproduce the behavior:

  1. Load Project
  2. Configure secrets
  3. 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

@MSDNAndi MSDNAndi added the bug Something isn't working label Nov 21, 2024
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Nov 21, 2024
@github-actions github-actions bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code triage
Projects
None yet
Development

No branches or pull requests

2 participants