Is Retry Possible in SemanticKernelAgent Adapter #6199
Unanswered
Yuva-raj-18
asked this question in
Q&A
Replies: 2 comments
-
I think this is actually similar to the discussion I brought up. I see the same problem with the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ekzhu I'm using the Semantic Kernel Agent Adapter with Claude 3.7 Sonnet and occasionally getting empty responses at random. I'm working with the .NET version of AutoGen. Any ideas on how to fix this?" |
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
-
Hi Everyone,
I'm using the SemanticKernelAgentAdapter for creating new agents. Occasionally, the agent returns an empty response at random, even though we're maintaining the conversation history correctly. I have two questions:
FYI - I am using dotnet version of autogen.
What could be causing the agent to return an empty response, and how can I fix it?
Is it possible to implement a retry mechanism only when the agent returns an empty response?
Beta Was this translation helpful? Give feedback.
All reactions