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
@@ -46,10 +48,11 @@ class Resource implements \JsonSerializable
46
48
/**
47
49
* @param string $uri the URI of this resource
48
50
* @param string $name A human-readable name for this resource. This can be used by clients to populate UI elements.
49
-
* @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.
50
-
* @param string|null $mimeType the MIME type of this resource, if known
51
-
* @param Annotations|null $annotations optional annotations for the client
52
-
* @param int|null $size The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
51
+
* @param ?string $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.
52
+
* @param ?string $mimeType the MIME type of this resource, if known
53
+
* @param ?Annotations $annotations optional annotations for the client
54
+
* @param ?int $size The size of the raw resource content, in bytes (i.e., before base64 encoding or any tokenization), if known.
55
+
* @param ?Icon[] $icons optional icons representing the resource
0 commit comments