Skip to content
Discussion options

You must be logged in to vote

I tried reproducing the issue using Semantic Kernel 1.61.0, but I wasn’t able to observe the same timeout behavior. The plugin function continued running beyond 100 seconds without interruption.

To help investigate further, could you share:

  1. Which KernelFunction you're using to launch the modal dialog? It’s possible the issue lies in the implementation of the function being invoked.
  2. A minimal reproducible sample of your code. That would allow us to dig deeper and understand the orchestration flow and where the timeout might be triggered.

Here’s the code I used for testing:

using Azure.Identity;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.SemanticKernel;
using Microsoft.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jbnidev
Comment options

Answer selected by jbnidev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
.NET Issue or Pull requests regarding .NET code triage
2 participants