Skip to content

Commit 30c6a22

Browse files
committed
nop
1 parent 031fab2 commit 30c6a22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/StructuredLogger.LLM/Services/AgenticLLMChatService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ private async System.Threading.Tasks.Task InitializeLLMClientAsync(CancellationT
8585

8686
private void SubscribeToResilienceEvents(MultiProviderLLMClient client)
8787
{
88-
// Subscribe to resilience events
8988
if (client.ResilientClient != null)
9089
{
9190
client.ResilientClient.RequestRetrying += (sender, e) => RequestRetrying?.Invoke(this, e);

0 commit comments

Comments
 (0)