Skip to content

Commit bededac

Browse files
committed
Clean unused namespaces
1 parent 5e5bc29 commit bededac

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

sample/Server/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using System.Runtime.CompilerServices;
2-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
32
using System.Text;
43
using Devlooped.Extensions.AI;
54
using Microsoft.Agents.AI;
65
using Microsoft.Agents.AI.Hosting;
76
using Microsoft.Agents.AI.Hosting.OpenAI;
87
using Microsoft.Extensions.AI;
9-
using ModelContextProtocol.Server;
108
using Spectre.Console;
119

1210
var builder = WebApplication.CreateBuilder(args);

src/Agents/ConfigurableAIAgent.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
using System;
2-
using System.ComponentModel;
1+
using System.ComponentModel;
32
using System.Diagnostics;
4-
using System.Diagnostics.CodeAnalysis;
5-
using System.Linq.Expressions;
6-
using System.Reflection;
73
using System.Text.Json;
84
using Devlooped.Extensions.AI;
95
using Devlooped.Extensions.AI.Grok;
@@ -12,7 +8,6 @@
128
using Microsoft.Extensions.Configuration;
139
using Microsoft.Extensions.DependencyInjection;
1410
using Microsoft.Extensions.Logging;
15-
using ModelContextProtocol.Server;
1611

1712
namespace Devlooped.Agents.AI;
1813

src/Tests/Misc.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
1+
using System.Text;
42
using Devlooped.Agents.AI;
53
using Microsoft.Extensions.AI;
64
using Microsoft.Extensions.Configuration;

0 commit comments

Comments
 (0)