Skip to content

Commit 84c331d

Browse files
committed
Address feedback with simpler syntax
1 parent 89c744e commit 84c331d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/elicitation/elicitation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Enum schemas allow the server to present a set of choices to the user.
100100
["tags"] = new ElicitRequestParams.UntitledMultiSelectEnumSchema
101101
{
102102
Description = "Tags to apply",
103-
Items = new ElicitRequestParams.UntitledEnumItemsSchema
103+
Items = new()
104104
{
105105
Enum = ["bug", "feature", "docs", "test"]
106106
},

0 commit comments

Comments
 (0)