From 6ff4022afabacf1cdf343d724c5da5a8777a2cee Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:06:16 -0400 Subject: [PATCH] Update parameter capitalization --- docs/servers/progress.mdx | 2 +- docs/servers/sampling.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/servers/progress.mdx b/docs/servers/progress.mdx index d3705aae3..b5625864b 100644 --- a/docs/servers/progress.mdx +++ b/docs/servers/progress.mdx @@ -54,7 +54,7 @@ async def process_items(items: list[str], ctx: Context) -> dict: Report progress to the client for long-running operations - + Current progress value (e.g., 24, 0.75, 1500) diff --git a/docs/servers/sampling.mdx b/docs/servers/sampling.mdx index b037bdad9..02a8241e9 100644 --- a/docs/servers/sampling.mdx +++ b/docs/servers/sampling.mdx @@ -60,7 +60,7 @@ async def analyze_sentiment(text: str, ctx: Context) -> dict: Request text generation from the client's LLM - + A string or list of strings/message objects to send to the LLM @@ -82,7 +82,7 @@ async def analyze_sentiment(text: str, ctx: Context) -> dict: - + The LLM's response content (typically TextContent with a .text attribute)