We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e6cda commit 642f522Copy full SHA for 642f522
1 file changed
tests/ModelContextProtocol.Tests/Client/McpClientTests.cs
@@ -293,7 +293,6 @@ public async Task CreateSamplingHandler_ShouldUseToolRoleForToolResultMessages()
293
Content = [new TextContentBlock { Text = "Weather: 18°C, sunny" }]
294
}]
295
},
296
- // Mixed content: ToolResultContentBlock + TextContentBlock should use User role
297
new SamplingMessage
298
{
299
Role = Role.User,
@@ -788,4 +787,4 @@ public async Task SetLoggingLevelAsync_WithRequestParams_NullThrows()
788
787
await Assert.ThrowsAsync<ArgumentNullException>("requestParams",
789
() => client.SetLoggingLevelAsync((SetLevelRequestParams)null!, TestContext.Current.CancellationToken));
790
}
791
-}
+}
0 commit comments