Commit c746f58
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- tests/ModelContextProtocol.Tests/Server
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments