We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b232faf commit ca9924bCopy full SHA for ca9924b
README.md
@@ -393,7 +393,7 @@ import {CreateMessageResult} from "@modelcontextprotocol/sdk/types.js";
393
394
// Async Function to send a sampling request to the LLM at top-level
395
async function samplingExample(server: McpServer): Promise<CreateMessageResult> {
396
- const samplingText = "Text prompt to send to LLM";
+ const samplingText = "Example Sampling Prompt";
397
const result = await McpServer.server.createMessage(
398
{
399
messages : [{
0 commit comments