Skip to content

Commit 7b19ade

Browse files
committed
relax completion order language
1 parent 34cda5c commit 7b19ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/server/utilities/completion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ what is being completed through a reference type:
7878
}
7979
```
8080

81-
For prompts or URI templates with multiple arguments, clients should resolve them in the order they are presented by the server, and include each previous completion in the `context.arguments` object to provide context for subsequent requests.
81+
For prompts or URI templates with multiple arguments, clients should include previous completions in the `context.arguments` object to provide context for subsequent requests.
8282

8383
**Request:**
8484

0 commit comments

Comments
 (0)