We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031fab2 commit 30c6a22Copy full SHA for 30c6a22
src/StructuredLogger.LLM/Services/AgenticLLMChatService.cs
@@ -85,7 +85,6 @@ private async System.Threading.Tasks.Task InitializeLLMClientAsync(CancellationT
85
86
private void SubscribeToResilienceEvents(MultiProviderLLMClient client)
87
{
88
- // Subscribe to resilience events
89
if (client.ResilientClient != null)
90
91
client.ResilientClient.RequestRetrying += (sender, e) => RequestRetrying?.Invoke(this, e);
0 commit comments