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