Skip to content

Commit d412d56

Browse files
committed
add prompts to wording
1 parent e5d3133 commit d412d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/draft/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"additionalProperties": {
348348
"type": "string"
349349
},
350-
"description": "Previously-resolved variables in a URI template. The keys of the object\nare be the template's variable expressions including surrounding braces.",
350+
"description": "Previously-resolved variables in a URI template or prompt.",
351351
"type": "object"
352352
}
353353
},

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ export interface CompleteRequest extends Request {
11331133
};
11341134

11351135
/**
1136-
* Previously-resolved variables in a URI template.
1136+
* Previously-resolved variables in a URI template or prompt.
11371137
*/
11381138
resolved?: { [key: string]: string };
11391139
};

0 commit comments

Comments
 (0)