We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a22f6 commit 444dea7Copy full SHA for 444dea7
1 file changed
src/ModelContextProtocol.Core/Protocol/ElicitResult.cs
@@ -33,12 +33,6 @@ public sealed class ElicitResult : Result
33
[JsonPropertyName("action")]
34
public string Action { get; set; } = "cancel";
35
36
- /// <summary>
37
- /// Convenience indicator for whether the elicitation was accepted by the user.
38
- /// </summary>
39
- [JsonIgnore]
40
- public bool IsAccepted => string.Equals(Action, "accept", StringComparison.OrdinalIgnoreCase);
41
-
42
/// <summary>
43
/// Gets or sets the submitted form data.
44
/// </summary>
0 commit comments