Skip to content

Commit c746f58

Browse files
Copilotstephentoub
andcommitted
Fix: Add missing using statement for Microsoft.Extensions.AI
Added missing `using Microsoft.Extensions.AI;` statement to EmptyCollectionTests.cs which is required for ChatMessage type used in the test file. Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
1 parent a958bb4 commit c746f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ModelContextProtocol.Tests/Server/EmptyCollectionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Microsoft.Extensions.AI;
12
using Microsoft.Extensions.DependencyInjection;
23
using ModelContextProtocol.Client;
34
using ModelContextProtocol.Protocol;

0 commit comments

Comments
 (0)