We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f0d44 commit cea3b22Copy full SHA for cea3b22
1 file changed
src/ModelContextProtocol.Core/Protocol/Tool.cs
@@ -98,7 +98,7 @@ public JsonElement InputSchema
98
/// </para>
99
/// <para>
100
/// The schema describes the shape of the value placed in <see cref="CallToolResult.StructuredContent"/>.
101
- /// Unlike <see cref="InputSchema"/>, the top-level <c>type</c> is no longer required to be <c>"object"</c>.
+ /// Unlike <see cref="InputSchema"/>, the top-level <c>type</c> is not required to be <c>"object"</c>.
102
103
/// </remarks>
104
[JsonPropertyName("outputSchema")]
0 commit comments