We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b6c11 commit c5a22f6Copy full SHA for c5a22f6
1 file changed
src/ModelContextProtocol.Core/Protocol/ElicitResult.cs
@@ -69,6 +69,9 @@ public sealed class ElicitResult<T> : Result
69
/// <summary>
70
/// Convenience indicator for whether the elicitation was accepted by the user.
71
/// </summary>
72
+ /// <remarks>
73
+ /// Indicates that the elicitation request completed successfully and value of <see cref="Content"/> has been populated with a value.
74
+ /// </remarks>
75
public bool IsAccepted => string.Equals(Action, "accept", StringComparison.OrdinalIgnoreCase);
76
77
0 commit comments