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
Copy file name to clipboardExpand all lines: src/Schema/Result/InitializeResult.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ class InitializeResult implements ResultInterface
32
32
* @param ServerCapabilities $capabilities the capabilities of the server
33
33
* @param Implementation $serverInfo information about the server
34
34
* @param string|null $instructions Instructions describing how to use the server and its features. This can be used by clients to improve the LLM's understanding of available tools, resources, etc. It can be thought of like a "hint" to the model. For example, this information MAY be added to the system prompt.
35
-
* @param array<string,mixed>|null $_meta optional _meta field
35
+
* @param array<string,mixed>|null $meta optional _meta field
0 commit comments