File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/ModelContextProtocol.Core/Protocol Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ public sealed class ElicitResult : Result
11
11
/// <summary>
12
12
/// Gets or sets the user action in response to the elicitation.
13
13
/// </summary>
14
+ /// <value>
15
+ /// Defaults to "cancel" if not explicitly set.
16
+ /// </value>
14
17
/// <remarks>
15
18
/// <list type="bullet">
16
19
/// <item>
@@ -23,7 +26,7 @@ public sealed class ElicitResult : Result
23
26
/// </item>
24
27
/// <item>
25
28
/// <term>"cancel"</term>
26
- /// <description>User dismissed without making an explicit choice</description>
29
+ /// <description>User dismissed without making an explicit choice (default) </description>
27
30
/// </item>
28
31
/// </list>
29
32
/// </remarks>
@@ -44,4 +47,4 @@ public sealed class ElicitResult : Result
44
47
/// </remarks>
45
48
[ JsonPropertyName ( "content" ) ]
46
49
public IDictionary < string , JsonElement > ? Content { get ; set ; }
47
- }
50
+ }
You can’t perform that action at this time.
0 commit comments