Skip to content

Commit 2559ad4

Browse files
committed
update schema.ts comment
1 parent b88a807 commit 2559ad4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

schema/draft/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,12 +638,9 @@ export interface PromptMessage {
638638
}
639639

640640
/**
641+
* A resource that the server is capable of reading, embedded into a prompt or tool call result.
641642
*
642-
* A reference to a resource descriptor, embedded into a prompt or tool call result.
643-
*
644-
* It is up to the client how best to render linked resources for the benefit
645-
* of the LLM and/or the user.
646-
*
643+
* Note: linked resources are not guaranteed to appear in the results of `resources/list` requests.
647644
*/
648645
export interface LinkedResource extends Resource {
649646
type: "linked_resource";

0 commit comments

Comments
 (0)