Skip to content

Commit 444dea7

Browse files
committed
Remove extra IsAccepted property. #630
1 parent c5a22f6 commit 444dea7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ModelContextProtocol.Core/Protocol/ElicitResult.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ public sealed class ElicitResult : Result
3333
[JsonPropertyName("action")]
3434
public string Action { get; set; } = "cancel";
3535

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-
4236
/// <summary>
4337
/// Gets or sets the submitted form data.
4438
/// </summary>

0 commit comments

Comments
 (0)