We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7d81b commit 69e2985Copy full SHA for 69e2985
docs/spec/_index.md
@@ -39,7 +39,7 @@ Each primitive can be summarized in the following control hierarchy:
39
| Prompts | User-controlled | Interactive templates invoked by user choice | Slash commands, menu options |
40
| Resources | Application-controlled | Contextual data attached and managed by the client | File contents, git history |
41
| Tools | Model-controlled | Functions exposed to the LLM to invoke as needed | API calls, file operations |
42
-| Sampling | Server-initiated | LLM inference requests from server to client | Generating completions |
+| Sampling | Server-initiated | LLM completion requests from server to client | Generating AI summaries |
43
44
The communication flow between client and server:
45
0 commit comments