Skip to content

Commit 3973695

Browse files
Update docs/spec/_index.md
Co-authored-by: Justin Spahr-Summers <[email protected]>
1 parent 69e2985 commit 3973695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4444
The communication flow between client and server:

0 commit comments

Comments
 (0)