Skip to content

Commit f8fde30

Browse files
committed
clarification on reference implementation
1 parent f1afb30 commit f8fde30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/community/seps/2084-primitive-groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Offering group information to LLMs presents challenges similar to other primitiv
256256

257257
The reference implementation's example client and server demonstrate how groups, tools, prompts, and resources can be grouped on the server, and the client can filter them by group. It manually demonstrates how an agent using the server could easily reduce the tokens placed into an LLM's context by only including the primitives in one or more groups rather than providing the full list. It also demonstrates how the client can choose what depth of the group graph to display. Note that a client could ignore the graph altogether and treat the group list as flat.
258258

259-
Note: Tasks are not included in the example as they are ephemeral, but the SDK changes do support grouping of tasks.
259+
Note: For simplicity, tasks and resource templates are not included in the example, but the SDK changes support grouping of both.
260260

261261
### Transitivity Example
262262

seps/2084-primitive-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Offering group information to LLMs presents challenges similar to other primitiv
240240

241241
The reference implementation's example client and server demonstrate how groups, tools, prompts, and resources can be grouped on the server, and the client can filter them by group. It manually demonstrates how an agent using the server could easily reduce the tokens placed into an LLM's context by only including the primitives in one or more groups rather than providing the full list. It also demonstrates how the client can choose what depth of the group graph to display. Note that a client could ignore the graph altogether and treat the group list as flat.
242242

243-
Note: Tasks are not included in the example as they are ephemeral, but the SDK changes do support grouping of tasks.
243+
Note: For simplicity, tasks and resource templates are not included in the example, but the SDK changes support grouping of both.
244244

245245
### Transitivity Example
246246

0 commit comments

Comments
 (0)