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 122b4d4 commit a3d2d36Copy full SHA for a3d2d36
src/ModelContextProtocol.Core/Protocol/ElicitResult.cs
@@ -63,7 +63,7 @@ public sealed class ElicitResult : Result
63
public bool IsDeclined => string.Equals(Action, "decline", StringComparison.OrdinalIgnoreCase);
64
65
/// <summary>
66
- /// Gets a value indicating whether the user cancelled the elicitation request.
+ /// Gets a value indicating whether the user canceled the elicitation request.
67
/// </summary>
68
/// <returns><see langword="true"/> if the action is "cancel"; otherwise, <see langword="false"/>.</returns>
69
[JsonIgnore]
0 commit comments