mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
using Microsoft.Agents.AI.AGUI;
|
||||
using Microsoft.Extensions.AI;
|
||||
@@ -19,8 +19,8 @@ public sealed class DemoService
|
||||
/// <param name="httpClientFactory">Factory for creating HTTP clients.</param>
|
||||
public DemoService(IHttpClientFactory httpClientFactory)
|
||||
{
|
||||
_httpClientFactory = httpClientFactory;
|
||||
_scenarios = InitializeScenarios();
|
||||
this._httpClientFactory = httpClientFactory;
|
||||
this._scenarios = InitializeScenarios();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user