You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A resource descriptor, embedded into a prompt or tool call result.
659
-
*
660
-
* It is up to the client how best to render linked resources for the benefit
661
-
* of the LLM and/or the user.
662
-
*
663
-
*/
664
-
exportinterfaceLinkedResource{
665
-
type: "linkedresource";
666
-
resource: Resource;
667
-
}
668
-
669
669
/**
670
670
* An optional notification from the server to the client, informing it that the list of prompts it offers has changed. This may be issued by servers without any previous subscription from the client.
0 commit comments