Skip to content

Commit 6e250ac

Browse files
committed
Fix the session-groups cross-reference in the pagination guide
The page lives at client/session-groups.md; the relative link broke when the guide moved under docs/advanced/ during the rebase, and zensical build --strict rejects it.
1 parent 36a8bdd commit 6e250ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ That loop is the same one in every client that pages, so `Client` ships it. The
6262
* `iter_all_resources()` yields one resource at a time and only fetches the next page when you ask for it, so you can stop early without dragging down the whole catalog. Same four: `iter_all_tools`, `iter_all_prompts`, and so on.
6363
* The single-page `list_*` methods are unchanged. Use them when you want one page and the cursor; use the drains when you want everything and don't want to own the loop.
6464

65-
`ClientSessionGroup` aggregation drains the same way, so a group fronting several servers reports the full collection instead of each server's first page. That aggregator is **[Session groups](session-groups.md)**.
65+
`ClientSessionGroup` aggregation drains the same way, so a group fronting several servers reports the full collection instead of each server's first page. That aggregator is **[Session groups](../client/session-groups.md)**.
6666

6767
!!! warning
6868
A drain trusts the server to advance the cursor. A server that keeps returning the same

0 commit comments

Comments
 (0)