Skip to content

Commit c5a22f6

Browse files
Improve xml comment
Co-authored-by: Eirik Tsarpalis <eirik.tsarpalis@gmail.com>
1 parent a3b6c11 commit c5a22f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ModelContextProtocol.Core/Protocol/ElicitResult.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ public sealed class ElicitResult<T> : Result
6969
/// <summary>
7070
/// Convenience indicator for whether the elicitation was accepted by the user.
7171
/// </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>
7275
public bool IsAccepted => string.Equals(Action, "accept", StringComparison.OrdinalIgnoreCase);
7376

7477
/// <summary>

0 commit comments

Comments
 (0)