File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
tests/CodeProject.AI.SDK.Tests Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 88using System . Windows . Forms ;
99
1010using CodeProject . AI . SDK . API ;
11- using CodeProject . AI . SDK . Server ;
11+ using CodeProject . AI . SDK . Client ;
1212using CodeProject . AI . SDK . Utils ;
1313
1414using SkiaSharp . Views . Desktop ;
Original file line number Diff line number Diff line change 1- using CodeProject . AI . SDK ;
2-
1+
2+ using System ;
3+ using System . Net . Http ;
34using System . Net . Http . Headers ;
45using System . Text ;
6+ using System . Threading . Tasks ;
7+
8+ using CodeProject . AI . SDK . Common ;
59
610// A demonstration of sending a request to CodeProject.AI Server as JSON instead
711// of FormData.
Original file line number Diff line number Diff line change 11using Xunit ;
22using CodeProject . AI . SDK . Utils ;
33using SkiaSharp ;
4+ using System . IO ;
45
56namespace CodeProject . AI . SDK . Utils . Tests
67{
Original file line number Diff line number Diff line change 1+ using System . IO ;
2+
13using CodeProject . AI . SDK . Utils ;
24
35namespace CodeProject . AI . SDK . Tests
You can’t perform that action at this time.
0 commit comments