Skip to content

Commit ca9924b

Browse files
authored
Changed example
1 parent b232faf commit ca9924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ import {CreateMessageResult} from "@modelcontextprotocol/sdk/types.js";
393393

394394
// Async Function to send a sampling request to the LLM at top-level
395395
async function samplingExample(server: McpServer): Promise<CreateMessageResult> {
396-
const samplingText = "Text prompt to send to LLM";
396+
const samplingText = "Example Sampling Prompt";
397397
const result = await McpServer.server.createMessage(
398398
{
399399
messages : [{

0 commit comments

Comments
 (0)