Skip to content

Commit cea3b22

Browse files
authored
Apply suggestion from @mikekistler
1 parent 19f0d44 commit cea3b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/ModelContextProtocol.Core/Protocol

src/ModelContextProtocol.Core/Protocol/Tool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public JsonElement InputSchema
9898
/// </para>
9999
/// <para>
100100
/// 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>.
101+
/// Unlike <see cref="InputSchema"/>, the top-level <c>type</c> is not required to be <c>"object"</c>.
102102
/// </para>
103103
/// </remarks>
104104
[JsonPropertyName("outputSchema")]

0 commit comments

Comments
 (0)