File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1- using System . Runtime . CompilerServices ;
2- using System . Runtime . InteropServices ;
1+ using System . Runtime . InteropServices ;
32using System . Text ;
43using Devlooped . Extensions . AI ;
54using Microsoft . Agents . AI ;
65using Microsoft . Agents . AI . Hosting ;
76using Microsoft . Agents . AI . Hosting . OpenAI ;
87using Microsoft . Extensions . AI ;
9- using ModelContextProtocol . Server ;
108using Spectre . Console ;
119
1210var builder = WebApplication . CreateBuilder ( args ) ;
Original file line number Diff line number Diff line change 1- using System ;
2- using System . ComponentModel ;
1+ using System . ComponentModel ;
32using System . Diagnostics ;
4- using System . Diagnostics . CodeAnalysis ;
5- using System . Linq . Expressions ;
6- using System . Reflection ;
73using System . Text . Json ;
84using Devlooped . Extensions . AI ;
95using Devlooped . Extensions . AI . Grok ;
128using Microsoft . Extensions . Configuration ;
139using Microsoft . Extensions . DependencyInjection ;
1410using Microsoft . Extensions . Logging ;
15- using ModelContextProtocol . Server ;
1611
1712namespace Devlooped . Agents . AI ;
1813
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Text ;
1+ using System . Text ;
42using Devlooped . Agents . AI ;
53using Microsoft . Extensions . AI ;
64using Microsoft . Extensions . Configuration ;
You can’t perform that action at this time.
0 commit comments