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
* @param string $name A human-readable name for this resource. This can be used by clients to populate UI elements.
48
-
* @param string|null $description A description of what this resource represents. This can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a "hint" to the model.
49
-
* @param string|null $mimeType the MIME type of this resource, if known
50
-
* @param Annotations|null $annotations optional annotations for the client
51
-
* @param int|null $size The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
52
-
* @param array|null $_meta optional for additional metadata
46
+
* @param string $uri the URI of this resource
47
+
* @param string $name A human-readable name for this resource. This can be used by clients to populate UI elements.
48
+
* @param string|null $description A description of what this resource represents. This can be used by clients to improve the LLM's understanding of available resources. It can be thought of like a "hint" to the model.
49
+
* @param string|null $mimeType the MIME type of this resource, if known
50
+
* @param Annotations|null $annotations optional annotations for the client
51
+
* @param int|null $size The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
0 commit comments