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 55d419f commit b600f30Copy full SHA for b600f30
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