Skip to content

Commit 313fdb0

Browse files
committed
Clarify reasoning for limited elicitation schema
Super tiny phrasing tweak to explain the elicitation schema depth limit.
1 parent 1cfdf1e commit 313fdb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/client/elicitation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ sequenceDiagram
198198

199199
## Request Schema
200200

201-
The `requestedSchema` field allows servers to define the structure of the expected response using a restricted subset of JSON Schema. To simplify implementation for clients, elicitation schemas are limited to flat objects with primitive properties only:
201+
The `requestedSchema` field allows servers to define the structure of the expected response using a restricted subset of JSON Schema. To simplify client UX, elicitation schemas are limited to flat objects with primitive properties only:
202202

203203
```json
204204
"requestedSchema": {
@@ -279,7 +279,7 @@ Clients can use this schema to:
279279
2. Validate user input before sending
280280
3. Provide better guidance to users
281281

282-
Note that complex nested structures, arrays of objects, and other advanced JSON Schema features are intentionally not supported to simplify client implementation.
282+
Note that complex nested structures, arrays of objects, and other advanced JSON Schema features are intentionally not supported to simplify client UX.
283283

284284
## Response Actions
285285

0 commit comments

Comments
 (0)