From 02ab0aa39816a02d71a77bb40a1bc7bc52373b46 Mon Sep 17 00:00:00 2001 From: vintro Date: Wed, 10 Dec 2025 14:22:40 -0500 Subject: [PATCH] fix: backlink get_context in summarizer --- .../v2.6.0-alpha/documentation/features/advanced/summarizer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2.6.0-alpha/documentation/features/advanced/summarizer.mdx b/docs/v2.6.0-alpha/documentation/features/advanced/summarizer.mdx index 6e3d2ff2..b23492ee 100644 --- a/docs/v2.6.0-alpha/documentation/features/advanced/summarizer.mdx +++ b/docs/v2.6.0-alpha/documentation/features/advanced/summarizer.mdx @@ -27,7 +27,7 @@ It's important to keep in mind that summary tasks run in the background and are ### Retrieving Summaries -Summaries are retrieved from the session by the `get_context` method. This method has two parameters: +Summaries are retrieved from the session by the [`get_context`](/v2.6.0-alpha/documentation/features/get-context) method. This method has two parameters: * `summary`: A boolean indicating whether to include the summary in the return type. The default is true. * `tokens`: An integer indicating the maximum number of tokens to use for the context. **If not provided, `get_context` will retrieve as many tokens as are required to create exhaustive conversation coverage.**