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
+
656
669
/**
657
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.
658
671
*/
@@ -682,7 +695,7 @@ export interface CallToolResult extends Result {
682
695
/**
683
696
* A list of content objects that represent the unstructured result of the tool call.
0 commit comments