File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Each primitive can be summarized in the following control hierarchy:
3838| -----------| ------------------------| ----------------------------------------------------| ------------------------------|
3939| Prompts | User-controlled | Interactive templates invoked by user choice | Slash commands, menu options |
4040| 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 |
41+ | Tools | Model-controlled | Functions exposed to the LLM to take actions | API POST requests , file writing |
4242| Sampling | Server-initiated | LLM completion requests from server to client | Generating AI summaries |
4343
4444The communication flow between client and server:
You can’t perform that action at this time.
0 commit comments